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

iOS

Michael Lee
Michael Lee
5,441 Points

A Storyboard with a Tab Bar Controller - Screen showing black

Just started the self-destructing message app and at the conclusion of the second video where we deleted code inside didFinishLaunchingWithOptions. I am not able to load the TableBarController when trying to run the program. I am getting this message:

Cannot find executable for CFBundle 0x8c708d0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded)

I also just get a black screen now. No Tab Bar Controller or anything.

2 Answers

Michael Lee
Michael Lee
5,441 Points

nevermind... I'm a moron. I forgot to put in MainStoryboard as the Main Interface . duh.

No worries Mike, many people have those kind of moments. Myself included haha ;) !