2013-03-01 20 views
2

我有這個問題,第一次。我正在我的應用程序與設備分銷+特設提供個人資料,但我能不能在設備啓動應用程序中的第一次,因爲我不斷收到此錯誤:我的應用不會在我的設備中啓動?

 
Mar 1 18:07:58 My-iPhon kernel[0] : launchd[276] Builtin profile: container (sandbox) 
Mar 1 18:07:58 My-iPhon kernel[0] : launchd[276] Container:    /private/var/mobile/Applications/E142C3CE-F6E0-4C77-ABE8-1B764DA216FE (sandbox) 
Mar 1 18:07:58 My-iPhon com.apple.debugserver-189[261] : 1 +0.000000 sec [0105/0303]: error: ::task_for_pid (target_tport = 0x0103, pid = 276, &task) => err = 0x00000005 ((os/kern) failure) err = ::task_for_pid (target_tport = 0x0103, pid = 276, &task) => err = 0x00000005 ((os/kern) failure) (0x00000005) 
Mar 1 18:07:58 My-iPhon mobile_house_arrest[280] : Max open files: 125 
Mar 1 18:07:59 My-iPhon com.apple.debugserver-189[261] : 2 +0.417620 sec [0105/0303]: error: ::task_for_pid (target_tport = 0x0103, pid = 276, &task) => err = 0x00000005 ((os/kern) failure) err = ::task_for_pid (target_tport = 0x0103, pid = 276, &task) => err = 0x00000005 ((os/kern) failure) (0x00000005) 
Mar 1 18:07:59 My-iPhon mobile_house_arrest[281] : Max open files: 125 
Mar 1 18:07:59 My-iPhon mobile_house_arrest[282] : Max open files: 125 

我啓動後,應用程序崩潰,並在設備控制檯我得到這個錯誤:

 
Mar 1 18:11:44 My-iPhon backboardd[52] : BKSendGSEvent ERROR sending event type 50: (ipc/send) invalid destination port (0x10000003) 
Mar 1 18:11:44 My-iPhon com.apple.launchd[1] (UIKitApplication:com.xxx.myApp[0x3077][276]) : (UIKitApplication:com.xxxx.myapp[0x3077]) Exited: Killed: 9 
Mar 1 18:11:44 My-iPhon com.apple.debugserver-189[261] : 21 +216.166834 sec [0105/0303]: RNBRunLoopLaunchInferior DNBProcessLaunch() returned error: 'failed to get the task for process 276' 
Mar 1 18:11:44 My-iPhon com.apple.debugserver-189[261] : error: failed to launch process (null): failed to get the task for process 276 
Mar 1 18:11:44 My-iPhon backboardd[52] : Application 'UIKitApplication:com.xxxxx.myApp[0x3077]' quit with signal 9: Killed: 9 

但是,第三次它的正常運行!

我已經嘗試過很多方法就像

  1. 我重新提供的個人資料,也給entitlement.plist爲點對點配送
  2. 我設置方案的構建配置調試,所以我怎麼能解決這個問題錯誤在運行我的應用程序第一次我的設備上
  3. 我重申我的設備

無論我怎麼努力,我得到這個錯誤!你們能解釋嗎?

+0

爲什麼你的應用會如此飢餓? – 2013-03-01 13:11:41

+0

對不起,我可憐的英語 – Vijay 2013-03-01 13:22:25

+0

沒問題!我們在這裏提供幫助,而且您的帖子至少可讀。 – 2013-03-01 13:23:25

回答

6

您可以嘗試使用開發證書。如果您在設備中安裝IPA文件,它將正常工作。

當您要將應用程序上傳到應用程序商店時,請使用即席和分配供應配置文件。

+0

你以前面對過這個問題了......現在有任何方法可以試試.. – Vijay 2013-03-01 14:36:32

+0

雅我遇到了。 – 2013-03-02 10:45:23

相關問題