Note that there are some explanatory texts on larger screens.

plurals
  1. POiPad with IOS 5.1 - Strange Crash Reports
    primarykey
    data
    text
    <p>I'm getting quite a few crash reports from users of my App that look like this:</p> <pre><code>Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: view != nil' Thread 0 Crashed: 0 libsystem_kernel.dylib 0x36fb8848 0x36fa8000 + 67656 1 CoreFoundation 0x33d1d957 0x33c64000 + 760151 2 libobjc.A.dylib 0x3280f345 0x32806000 + 37701 3 libc++abi.dylib 0x3080e3c5 0x3080a000 + 17349 4 libc++abi.dylib 0x3080e451 0x3080a000 + 17489 5 libc++abi.dylib 0x3080f825 0x3080a000 + 22565 6 libobjc.A.dylib 0x3280f2a9 0x32806000 + 37545 7 CoreFoundation 0x33c7350d 0x33c64000 + 62733 8 CoreFoundation 0x33c7336d 0x33c64000 + 62317 9 GraphicsServices 0x331f1439 0x331ed000 + 17465 10 UIKit 0x35968e7d 0x35937000 + 204413 11 MyApp 0x0000379f 0x1000 + 10143 </code></pre> <p>The only line that refers to my App is the last one. When I symbolicate it, it ends up at the following line in main.m:</p> <pre><code>int retVal = UIApplicationMain(argc, argv, nil, nil); </code></pre> <p>This really doesn't give me a lot of room to investigate. From the call stack it seems that even the App delegate hasn't been called yet, not to mention other view controllers, so I can't figure out which view the assertion refers to and why it's nil.</p> <p>The only thing in common for these reports is that they all come from iPads with IOS 5.1. There are no such crash reports from iPads running older versions or for iPhones/iPods.</p> <p>I couldn't reproduce the crash on our test device, since I don't know what the user did before the crash.</p> <p>Anyone faced this issue and has a solution?</p>
    singulars
    1. This table or related slice is empty.
    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.
 

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