我有一個在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
請幫忙:(
手機上是否安裝了配置文件?並且證書中的電話ID是? –
是的,他們在那裏 – ducktyped