Could not find a storyboard named 'Main' in bundle NSBundle

After update to Xcode7, in one of my project always get this error. After "Clean" project all fine, but next build&run error still again. 😠


*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'Main' in bundle NSBundle </private/var/mobile/Containers/Bundle/Application/819A55BC-4325-402A-9EAF-4E6488BB05D1/xxxxxxxxx.app> (loaded)'

*** First throw call stack:

(0x1854e022c 0x1971540e4 0x18a51e6b0 0x18a1e9d48 0x18a1e8ee0 0x18a1e7578 0x18dd213c8 0x185497fc8 0x1854970d0 0x1854956f4 0x1853c0f74 0x189fc8224 0x189fc2d94 0x1000ffbd4 0x1977fea08)

libc++abi.dylib: terminating with uncaught exception of type NSException


I remove storyboard, adding again, check target membership... etc, but nothing 😕


I open this project in Xcode 6.4, and I haven't this error. All work fine.


This is very bad, I think this is Apple bug(((

Please file a bug and attach your project.


In the meantime, are you loading this storyboard manually or is it the main storyboard of your application?

It is main storyboard of my application. I try to load manually, and create new in this project, but nothing changes. The error is same with new stroryboards.


At now only work in simulators 5s 8.4 and 9.0

If i changed some in storyboard(add label, button, etc...) and rebuild app a cant see my changes in application, after clean project new changes are accepded.

After clean project Ican test app in device😠


Project is big, and move all files to new created project is donkey work!😟


Pls, help.


PS: in another forum I found people who have this problem too...

Could not find a storyboard named 'Main' in bundle NSBundle
 
 
Q