2012-06-15 104 views
0

我有一個在iOS模擬器上工作正常的Titanium移動應用程序,但是當我嘗試在物理設備上安裝相同的應用程序時,它會在中間停止安裝進度。我可以在組織者控制檯中看到一些錯誤跟蹤。這裏是錯誤跟蹤鈦:無法在物理設備上安裝應用程序

Jun 15 01:53:41 unknown misagent[147] <Error>: profile not valid: 0xe8008011 
Jun 15 01:53:41 unknown lockdownd[21] <Error>: 001ff000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL 
Jun 15 01:53:41 unknown lockdownd[21] <Error>: 001ff000 copy_iccid: invalid ICCID from CT/no ICCID available 
Jun 15 01:53:41 unknown lockdownd[21] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xd611fe0 [0x3f209630]>{type = mutable dict, count = 3, 
entries => 
    2 : <CFString 0xd611f90 [0x3f209630]>{contents = "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0xd611fc0 [0x3f209630]>{contents = "012804009362089"} 
    4 : <CFString 0xd612010 [0x3f209630]>{contents = "kCTMobileEquipmentInfoICCID"} = <CFString 0x3f1fd9d0 [0x3f209630]>{contents = ""} 
    11 : <CFString 0xd612780 [0x3f209630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xd611fc0 [0x3f209630]>{contents = "012804009362089"} 
} 
Jun 15 01:53:41 unknown lockdownd[21] <Error>: 001ff000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?) 
Jun 15 01:53:45 unknown ReportCrash[156] <Notice>: Formulating crash report for process installd[135] 
Jun 15 01:53:45 unknown com.apple.itunesstored[133] <Notice>: receive_message: failure running async function: 1 
Jun 15 01:53:45 unknown com.apple.itunesstored[133] <Notice>: call_and_response: Could not receive response from proxy 
Jun 15 01:53:45 unknown com.apple.itunesstored[133] <Notice>: MobileInstallationInstall: failed with -1 
Jun 15 01:53:45 unknown com.apple.launchd[1] <Warning>: (com.apple.mobile.installd) Job appears to have crashed: Segmentation fault: 11 
Jun 15 01:53:45 unknown com.apple.launchd[1] <Warning>: (com.apple.mobile.installd) Throttling respawn: Will start in 2 seconds 
Jun 15 01:53:45 unknown ReportCrash[156] <Error>: Saved crashreport to  /var/mobile/Library/Logs/CrashReporter/installd_2012-06-15-015345_EpocDev-iPad01.plist using  uid: 0 gid: 0, synthetic_euid: 501 egid: 0 

證書和配置文件很好,因爲XCode構建總是成功。我不知道發生了什麼事。這是我的第4個鈦應用程序。我也把它發佈在鈦論壇上,但很久沒有得到任何答覆。我現在完全沮喪。任何幫助,高度讚賞。

這裏是開發環境:

應用型:移動

鈦SDK:1.8.3(05/29/12 16:47 427f3c5)

平臺&版本號:iOS 5.0

設備:物理iPad設備(與iOS 5.0.1(9A405))

主機操作系統:OSX 10.6.8

鈦工作室:2.0.1

的XCode:4.2

請幫忙:(

+0

手機上是否安裝了配置文件?並且證書中的電話ID是? –

+0

是的,他們在那裏 – ducktyped

回答

1

我有一些無法解釋的麻煩與組合o f,如果我沒有記錯的話,Xcode版本和SDK也是如此。您可能想要做的是以下情況之一:

(1)使用較舊的SDK版本,例如, 1.7.x

(2)升級到XCode 4.3和SDK 2.x - 但請注意,這會帶來一些變化! Xcode位於不同的文件夾中(/ Applications,您現在使用Mac App Store下載它),因此需要進行一些重新配置。記不起我要做什麼,但至少可以解決問題。我現在使用Ti SDK 2.0.2GA運行Xcode 4.3,並且在2天前沒有編譯問題。

這是否適合您?

+0

Hi @Pieter。我很感激你的回覆。我試圖降級到SDK 1.7.2,並試圖安裝它。但它不起作用 – ducktyped

+0

我還使用sdk 1.7.2創建了一個新的示例應用程序,並嘗試安裝它,但問題仍然存在。 – ducktyped

+0

如果您升級到XCode 4.3和SDK 2.x? – Pieter

相關問題