Xcode 6 Storyboard crashes when scrolling to a specific ViewController

I upgraded to Xcode 6.0.1 and now the Storyboard is missing a pair of viewControllers. When I try to scroll to them, it stops in front of them, the X-Code freezes and I need to force close it, I checked the XML and it seems fine.

Not sure if it might be, has anyone had similar issues?

+3


source to share


1 answer


I had a similar problem and was able to fix it by deleting the xcuserdata strong> folder . It's worth trying:

  • Close Xcode

  • Right click on .xcodeproj and Show Package Contents

  • Delete contents of xcuserdata strong>

  • Try again.




Edit:

Another workaround I found was that it never switched between .xib or .storiesboard directly. Xcode doesn't crash if I open the source file in between.

This was written for Xcode 6.0.1

+4


source







All Articles