2012-01-08 202 views
8

我開發了一個簡單的應用程序,可以計算髮展爲2型糖尿病的風險。該應用程序運行良好從我的iPhone 3Gs上的xcode。我將該應用歸檔爲.ipa文件,並且我已將該應用上傳到我的testflightapp.com帳戶。我使用標準testflightapp.com程序在我的iPhone上安裝了該應用程序:單擊testflightapp.com的電子郵件中的安裝鏈接。簡單的應用程序崩潰

當我運行該應用程序時,我看到啓動圖像幾秒鐘,然後它消失。我的iPhone在Xcode顯示控制檯什麼錯誤,但我不知道這意味着什麼:

Jan 8 20:00:42 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.reinvdo.diabete[0xa6a]) Conflict with job: UIKitApplication:com.reinvdo.diabete[0x291b] over Mach service: com.reinvdo.diabete 
Jan 8 20:00:42 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.reinvdo.diabete[0xa6a]) Conflict with job: UIKitApplication:com.reinvdo.diabete[0x291b] over Mach service: com.reinvdo.diabete.UIKit.migserver 
Jan 8 20:00:42 unknown kernel[0] <Debug>: launchd[4255] Builtin profile: container (sandbox) 
Jan 8 20:00:42 unknown kernel[0] <Debug>: launchd[4255] Container: /private/var/mobile/Applications/64A83260-5918-4109-A861-A3399D825654 [69] (sandbox) 
Jan 8 20:00:42 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.reinvdo.diabete[0x291b]) The following job tried to hijack the service "com.reinvdo.diabete" from this job: UIKitApplication:com.reinvdo.diabete[0xa6a] 
Jan 8 20:00:42 unknown UIKitApplication:com.reinvdo.diabete[0xa6a][4255] <Notice>: Couldn't register com.reinvdo.diabete with the bootstrap server. Error: unknown error code. 
Jan 8 20:00:42 unknown UIKitApplication:com.reinvdo.diabete[0xa6a][4255] <Notice>: This generally means that another instance of this process was already running or is hung in the debugger. 
Jan 8 20:00:43 unknown ReportCrash[4256] <Notice>: Formulating crash report for process diabete[4255] 
Jan 8 20:00:43 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.reinvdo.diabete[0xa6a]) Job appears to have crashed: Abort trap: 6 
Jan 8 20:00:43 unknown SpringBoard[15] <Warning>: Application 'diabete' exited abnormally with signal 6: Abort trap: 6 
Jan 8 20:00:43 unknown ReportCrash[4256] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/diabete_2012-01-08-200042_reins-iPhone.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0 

任何人可以照這個錯誤光?

+1

使用Xcode組織者或iPhone配置實用程序檢查保存的崩潰報告。 – Till 2012-01-08 19:17:03

+0

控制檯日誌中沒有任何內容可以幫助回答 - 您需要發佈崩潰日誌 – AlexeyVMP 2012-01-08 19:19:24

+0

是的 - 正如其他人所說的 - 這不是您手機上的應用程序的問題。這是調試版本的問題(在開發過程中可能會很容易發生)。你需要從你的設備崩潰日誌 - 你可以閱讀這裏得到它:http://stackoverflow.com/questions/3844482/iphone-how-to-get-crash-log-from-customers – dtuckernet 2012-01-08 19:40:54

回答

2

在iPhone上,應用程序上次運行的過程仍處於活動狀態。要解決這個問題,所有必要的是重新啓動。