0

I am using Xcode 9.4.1. Xcode working perfectly in all project but one of my latest project. When i am trying add any type of UIView in Main.Storyboard then Xcode stared hangup and after forced quit xcode hangup in project loading. And also i monitor in Activity monitor IBDesignablesAgentCocoaTouch and Interface Builder Cocoa Touch using 99% CPU.

Anyone know why this happen?

Sakir Sherasiya
  • 1,562
  • 1
  • 17
  • 31

1 Answers1

0

Try separating into multiple storyboards and then connect the view controllers with storyboard references. It was happening to me as well after I did that my issue was resolved, probably because I had a lot of view controllers in just one storyboard.

Moaz Khan
  • 1,272
  • 1
  • 13
  • 28
  • I also had to change some of my code but I had no other choice because there was a point when I even touched the view controller it crashed. – Moaz Khan Aug 08 '18 at 05:31