yzet00
yzet00

Reputation: 511

Storyboard crash with error Xcode 7 / Swift 2 - Scene is unreachable due to lack of entry points

When I click on the storyboard file in xcode, it will not load, then crashes. In the error tab, this appears:

Scene is unreachable due to lack of entry points and does not have an identifier for runtime access via -instantiateViewControllerWithIdentifier:.

Upvotes: 0

Views: 246

Answers (1)

Benobab
Benobab

Reputation: 428

you can try do clean your project (cmd + k) and close Xcode, and then go to your derivedData folder :

/Library/Developer/Xcode/DerivedData

and delete the folder of your application. Launch Xcode and the folder will be created again but maybe without this bug.

Hope this will work.

Upvotes: 1

Related Questions