Reputation: 511
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
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