Note that there are some explanatory texts on larger screens.

plurals
  1. POApp crashes on launch -- iTunes (ios)
    text
    copied!<p>I recently submitted my app to apple. I've done testing on this app both on the new xcode version/iphone simulator, iphone 4 with 4.2 AND 5.0.1 update. And the app does not crash or anything. In fact it runs very smoothly.</p> <p>iTunes quickly rejected my app according to them:</p> <p>"We found that your app crashed on iPhone 4 running iOS 5.0.1, which is not in compliance with the App Store Review Guidelines.</p> <p>Your app crashed on both Wi-Fi and cellular networks immediately after launch."</p> <p>But I've tested my app and it works fine and smoothly on the phones.</p> <p>They also sent me the reports:</p> <pre><code>Date/Time: 2011-12-07 14:40:19.619 -0800 OS Version: iPhone OS 5.0.1 (9A405) Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed Thread: 0 Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle &lt;/var/mobile/Applications/A9CB8E5C-2491-42E1-8E5E-2033D7E9838D/SSRWheels.app&gt; (loaded)' with name 'MainWindow'' *** First throw call stack: (0x340888bf 0x354a31e5 0x340887b9 0x340887db 0x327ec747 0x327edbb9 0x32726a45 0x325b0227 0x325aa313 0x32578921 0x325783bf 0x32577d2d 0x308cadf3 0x3405c553 0x3405c4f5 0x3405b343 0x33fde4dd 0x33fde3a5 0x325a9457 0x325a6743 0x100723 0x1006dc) </code></pre> <p>I've re-checked my work. And the only error message (not crashing) I get was needing a rootviewcontroller when the app start. I fixed that problem by taking off the UIAlertView that pops up when my app loads up. The error code does not show anymore...</p> <p>Could that be the problem?</p> <p>Anyone have any advice?</p> <p>Thank you so much...</p>
 

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