Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You're missing some core functionality for the simulator. Springboard is the name of the app-launcher "desktop" for iOS, and your simulator system seems to think it's unimplemented.</p> <blockquote> <p><code>__springboard_unimplemented ()</code></p> </blockquote> <p>This discrepency would explain why you're having trouble on the simulator, and not your phone.</p> <p>I would suggest a full removal of Xcode and the iOS SDK, then reinstall fresh from the App Store.</p> <p><strong>EDIT:</strong> Some of my Googlings:</p> <ul> <li><a href="https://discussions.apple.com/thread/3028002?start=0&amp;tstart=0" rel="nofollow">https://discussions.apple.com/thread/3028002?start=0&amp;tstart=0</a></li> <li><a href="http://twitter.com/#!/gparker/status/16728366321" rel="nofollow">http://twitter.com/#!/gparker/status/16728366321</a></li> <li><a href="http://pastie.org/2271247" rel="nofollow">http://pastie.org/2271247</a></li> </ul> <p>The last one was buried deep within the confines of Apple-Developer-only territory. It's a text-dump from a forum, so it's not formatted particularly well, but it looks to be the most promising. This looks like the bottom line:</p> <blockquote> <p>Your app died because something called abort(), as shown in the Application Specific Information. The backtrace shows that abort() was called by __springboard_unimplemented(), which means you're calling a function that is present in the simulator but may not be on the device. That function is mcount_L1(). Calls to mcount_L1() come from profiling tools. To fix this, make sure you have "Generate Profile Code" unchecked in your build settings.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload