Reputation: 11175
I have been having a number of issues that I have been gradually resolving, however I have encountered an error that I cannot figure out the solution to. When I try to run my app, I am getting the error:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'Main' in bundle NSBundle (loaded)'
The storyboard is definitely named Main.storyboard. If anyone has any ideas, they would be very much appreciated. I am running Xcode 6 beta 3 by the way.
Upvotes: 1
Views: 3309
Reputation: 3056
Losing storyboard could be because you changed the name of the app, some linkages etc. You can try a few things:
Upvotes: 2