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 trialLudwing Najera
4,596 PointsSpringBoard error?
I am running my BlogReader app and whenever i run the app on the simulator, the screen stays blank and gives me this message in the console:
2014-07-23 18:01:49.040 BlogReader[1553:607] Cannot find executable for CFBundle 0x8c33110 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded)
before it remained unresponsive and ha the same message but had this statement:
terminating app in response to SpringBoard's termination.
Is there something wrong with SpringBoard?
2 Answers
Kieran Robinson
9,411 PointsHi Ludwing Najera! have you tried resetting the simulator? go to 'iOS simulator' ---> 'reset content and settings'. This is how i used to fix springboard issues. Failing that, remove the app from the simulator by pressing cmd+shift+h to go to the homepage and then long pressing and holding it and pressing the small 'x'. Run it again and hopefully it should work.
Ludwing Najera
4,596 Pointsi'm sorry, but i tried both of those strategies and it did not do anything.