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(((