Note that there are some explanatory texts on larger screens.

plurals
  1. POiPhone App Quits on Launch Without Crash Log
    primarykey
    data
    text
    <p>My application runs fine on 3.0 devices and on 3.1 devices when launched via Xcode, but crashes on startup when run on a 3.1 device when installed via iTunes. It leaves no crash log behind, but puts this into the console:</p> <pre><code>Thu Oct 1 19:33:36 unknown mobile_installationd[329] &lt;Error&gt;: 00808e00 install_embedded_profile: Skipping the installation of the embedded profile Thu Oct 1 19:33:37 unknown SpringBoard[24] &lt;Warning&gt;: Reloading and rendering all application icons. Thu Oct 1 19:33:41 unknown com.apple.debugserver-43[342] &lt;Warning&gt;: debugserver-43 for armv6 Copyright (c) 2007-2009 Apple, Inc. All Rights Reserved. Thu Oct 1 19:33:41 unknown com.apple.debugserver-43[342] &lt;Warning&gt;: Connecting to com.apple.debugserver service... Thu Oct 1 19:33:41 unknown com.apple.launchd[1] &lt;Warning&gt;: (UIKitApplication:com.companyname.AppName[0x60c]) Spawned and waiting for the debugger to attach before continuing... Thu Oct 1 19:33:42 unknown kernel[0] &lt;Debug&gt;: launchd[343] Builtin profile: container (seatbelt) Thu Oct 1 19:33:42 unknown kernel[0] &lt;Debug&gt;: launchd[343] Container: /private/var/mobile/Applications/291BFBE4-F5DC-494D-B7E5-81BED01E508B (seatbelt) Thu Oct 1 19:33:42 unknown com.apple.debugserver-43[342] &lt;Warning&gt;: 1 [0156/0903]: error: ::task_for_pid ( target_tport = 0x0103, pid = 343, task =&gt; 0x0000 ) 0x000001f5/0x000001f5 0x000001f5/0x000001f5 err = (os/kern) failure (0x00000005) Thu Oct 1 19:33:42 unknown com.apple.debugserver-43[342] &lt;Error&gt;: error: MachTask::StartExceptionThread (): task invalid, exception thread start failed. Thu Oct 1 19:33:42 unknown com.apple.debugserver-43[342] &lt;Warning&gt;: 2 [0156/0903]: error: ::task_for_pid ( target_tport = 0x0103, pid = 343, task =&gt; 0x0000 ) 0x000001f5/0x000001f5 0x000001f5/0x000001f5 err = (os/kern) failure (0x00000005) Thu Oct 1 19:33:42 unknown com.apple.debugserver-43[342] &lt;Warning&gt;: 3 [0156/0903]: RNBRunLoopLaunchInferior DNBProcessLaunch() returned error: 'DRHT' Thu Oct 1 19:33:42 unknown com.apple.debugserver-43[342] &lt;Warning&gt;: error: failed to launch process (null): failed to get the task for process 343 Thu Oct 1 19:33:42 unknown com.apple.debugserver-43[342] &lt;Warning&gt;: 4 [0156/1603]: error: ::read ( 7, 0x28091c, 1024 ) =&gt; -1 err = Bad file descriptor (0x00000009) Thu Oct 1 19:33:42 unknown com.apple.launchd[1] &lt;Notice&gt;: (UIKitApplication:com.companyname.AppName[0x60c]) Bug: launchd_core_logic.c:2649 (23909):10 Thu Oct 1 19:33:42 unknown com.apple.launchd[1] &lt;Notice&gt;: (UIKitApplication:com.companyname.AppName[0x60c]) Working around 5020256. Assuming the job crashed. Thu Oct 1 19:33:42 unknown com.apple.launchd[1] &lt;Warning&gt;: (UIKitApplication:com.companyname.AppName[0x60c]) Job appears to have crashed: Segmentation fault Thu Oct 1 19:33:42 unknown com.apple.launchd[1] &lt;Warning&gt;: (UIKitApplication:com.companyname.AppName[0x60c]) Throttling respawn: Will start in 2147483647 seconds Thu Oct 1 19:33:42 unknown SpringBoard[24] &lt;Warning&gt;: Application 'AppName' exited abnormally with signal 11: Segmentation fault Thu Oct 1 19:34:42 unknown SpringBoard[24] &lt;Notice&gt;: MultitouchHID(208ba0) uilock state: 0 -&gt; 1 </code></pre> <p>The application has a <code>Default.png</code> file, and that shows for a moment, but I think that may be loaded by SpringBoard/launchd/whatnot, so I don't think that's a sign that I'm actually ever running.</p> <p>I created a second project on the same box and used the same credentials and certificates to build it, and it builds and runs through iTunes without a problem.</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