Ios 安装到iPad时发生奇怪的崩溃

Ios 安装到iPad时发生奇怪的崩溃,ios,ipad,ios5,titanium,Ios,Ipad,Ios5,Titanium,我开发了一个iPad应用程序,它在模拟器中运行良好,但当我试图将它安装到设备上时,它崩溃了,出现了分段错误:11 May 24 03:44:43 unknown kernel[0] <Debug>: lockbot[2021] Builtin profile: gputoolsd (sandbox) May 24 03:44:44 unknown ReportCrash[2027] <Notice>: Formulating crash report for proces

我开发了一个iPad应用程序,它在模拟器中运行良好,但当我试图将它安装到设备上时,它崩溃了,出现了
分段错误:11

May 24 03:44:43 unknown kernel[0] <Debug>: lockbot[2021] Builtin profile: gputoolsd (sandbox)
May 24 03:44:44 unknown ReportCrash[2027] <Notice>: Formulating crash report for process installd[2025]
May 24 03:44:44 unknown mobile_installation_proxy[2026] <Error>: handle_install: Installation failed
May 24 03:44:44 unknown com.apple.launchd[1] <Warning>: (com.apple.mobile.installd) Job appears to have crashed: Segmentation fault: 11
May 24 03:44:44 unknown ReportCrash[2027] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/xxxx using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
以下是钛合金环境的详细信息:

应用程序类型:移动

钛合金SDK:1.8.3(2012年4月18日10:48 6c2fca1)

平台和版本:iOS 5.0

设备:物理iPad设备(配备iOS 5.0.1(9A405))

主机操作系统:OSX 10.6.8

钛工作室:2.0.1

我仍然无法调试这个问题,因为Tianium控制台中没有显示日志/错误,只是没有安装它

当我试图通过XCode安装它时,这就是我在Organizer控制台中得到的结果
分段错误:11

May 24 03:44:43 unknown kernel[0] <Debug>: lockbot[2021] Builtin profile: gputoolsd (sandbox)
May 24 03:44:44 unknown ReportCrash[2027] <Notice>: Formulating crash report for process installd[2025]
May 24 03:44:44 unknown mobile_installation_proxy[2026] <Error>: handle_install: Installation failed
May 24 03:44:44 unknown com.apple.launchd[1] <Warning>: (com.apple.mobile.installd) Job appears to have crashed: Segmentation fault: 11
May 24 03:44:44 unknown ReportCrash[2027] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/xxxx using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
更新


这不是一个证书错误,因为它使用XCode成功构建。该错误仅在安装时出现。

我提出了ios sim卡的一个错误。如果没有人在之前做,我会在以后修复我自己


尝试更新到Tianium SDK 2.0刚刚开始使用ios sim卡出现此问题…嗨,我使用的是Tianium而不是Phonegap