我已经开发了一个iPad应用程序,它在模拟器中可以正常运行,但是当我尝试将其安装在设备上时,它会因Segmentation fault: 11崩溃

以下是Titanium环境的详细信息:

应用类型:手机

Titanium SDK:1.8.3(04/18/12 10:48 6c2fca1)

平台和版本:iOS 5.0

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

主机操作系统:OSX 10.6.8

钛工作室:2.0.1

我仍然无法调试此问题,因为Titanium控制台中未显示任何日志/错误,只是未安装。

当我尝试通过XCode安装它时,这就是在管理器控制台Segmentation fault: 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还会提示

"There was an internal API error."


更新

这不是证书错误,因为它可以使用XCode成功构建。该错误仅在安装时可见。

最佳答案

我在ios-sim中提出了一个错误。如果没有人事先会稍后修复自己

https://github.com/phonegap/ios-sim/issues/25

07-26 09:30
查看更多