Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Hee Kim
325 PointsiOS Error: "Could not find a storyboard named 'MainStoryboard.storyboard'"
I tried running the Blog Reader app after downloading the source files from this site.
However, I'm getting a black screen on the iOS simulator and Xcode is throwing this error message:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'MainStoryboard.storyboard' in bundle NSBundle </Users/greg/Library/Application Support/iPhone Simulator/6.1/Applications/FC0BB6EE-A6FB-443C-8509-D74C8E6F4A77/BlogReader.app> (loaded)'
*** First throw call stack:
(0x1c92012 0x10cfe7e 0x45af96 0x13704 0x139a2 0x12876 0x23cb5 0x24beb 0x16698 0x1beddf9 0x1bedad0 0x1c07bf5 0x1c07962 0x1c38bb6 0x1c37f44 0x1c37e1b 0x1217a 0x13ffc 0x1ebd 0x1de5)
libc++abi.dylib: terminate called throwing an exception
Can anyone help and get the iOS simulator to load the Blog Reader so I can continue learning?
1 Answer
Amit Bijlani
Treehouse Guest TeacherAs the error message says that you might be missing the storyboard file named "MainStoryboard.storyboard". Verify that file exists and if the names match in the project setting: http://d.pr/i/PXRx