2010-10-20 98 views
2

我試圖通過使用Build和Run from xCode將應用程序安裝到設備上,該應用程序工作正常,但是當我退出時有一個爲應用程序中沒有圖標的跳板,我發現該設備的控制檯上的以下日誌(這是我從組織程序需要)安裝在iPhone,iPod設備上的錯誤「應用程序異常退出,信號11:分段錯誤」

Wed Oct 20 17:05:48 iPod-01 com.apple.launchd[1] (UIKitApplication:com.company.app[0x4cbb][1689]) <Notice>: (UIKitApplication:com.company.app[0x4cbb]) Bug: launchd_core_logic.c:3252 (24226):3 


Wed Oct 20 17:05:48 iPod-01 com.apple.launchd[1] (UIKitApplication:com.company.app[0x4cbb][1689]) <Notice>: (UIKitApplication:com.company.app[0x4cbb]) Bug: launchd_core_logic.c:2681 (24226):10 


Wed Oct 20 17:05:48 iPod-01 com.apple.launchd[1] (UIKitApplication:com.company.app[0x4cbb][1689]) <Notice>: (UIKitApplication:com.company.app[0x4cbb]) Working around 5020256. Assuming the job crashed. 


Wed Oct 20 17:05:48 iPod-01 com.apple.launchd[1] (UIKitApplication:com.company.app[0x4cbb][1689]) <Warning>: (UIKitApplication:com.company.app[0x4cbb]) Job appears to have crashed: Segmentation fault 


Wed Oct 20 17:05:48 iPod-01 com.apple.debugserver-48[1688] <Warning>: 1 [0698/1403]: error: ::read (4, 0x3809f4, 1024) => -1 err = Bad file descriptor (0x00000009) 


Wed Oct 20 17:05:48 iPod-01 SpringBoard[27] <Warning>: Application 'AppPlus' exited abnormally with signal 11: Segmentation fault 

在模擬器上,沒有錯誤可言。有人對這個問題有任何想法?

回答

相關問題