【发布时间】:2014-04-22 03:09:12
【问题描述】:
所以我在带有 ios 5 的 ipad 1 上安装 ad-hoc 分发应用程序时遇到问题。在其他 ipad 中安装时我没有这个问题...这里是安装失败后的控制台日志:
3 月 16 日 19:09:58 iPad SpringBoard[635]:杀死 com.myapp.ipad 以进行应用安装
3 月 16 日 19:10:03 iPad ReportCrash[743]:为已安装的进程制定崩溃报告[739]
3 月 16 日 19:10:03 iPad com.apple.itunesstored[736]:receive_message:运行异步功能失败:1
3 月 16 日 19:10:03 iPad com.apple.itunesstored[736]:call_and_response:无法接收来自代理的响应
3 月 16 日 19:10:03 iPad com.apple.itunesstored[736]:MobileInstallationInstall:失败并显示 -1
3 月 16 日 19:10:04 iPad ReportCrash[743]:使用 uid:0 gid:0,synthetic_euid:501 将 crashreport 保存到 /var/mobile/Library/Logs/CrashReporter/installd_2014-03-16-191003_iPad.plist例如:0
3 月 16 日 19:10:04 iPad com.apple.launchd[1] (com.apple.mobile.installd[739]) : (com.apple.mobile.installd) 作业似乎已崩溃:分段错误: 11
【问题讨论】:
-
1.您用于构建应用程序的部署 SDK 是什么? (iOS 5.1?) 2. 构建中包含哪些架构? (armv7, armv7s, arm64 ?) 3. 提到的崩溃报告的内容是什么?
-
我在通过 TestFlight 分发 Ad Hoc 构建时遇到了同样的问题。我所有的设备都可以安装该版本,除了 iPad 1。这个问题在升级到 XCode 5.1 后开始出现,让它调整架构设置。我的应用支持 armv7、armv7s 和 arm64,部署目标为 5.0。
-
苹果在 xcode 5.1 之后是否可能不再支持 Ipad 1 for ad hoc?
-
我有第三个 ipad 1 和 ios 5.1.1,它在几乎完成下载时也无法安装......我认为苹果已经放弃了 ipad 1 或 ios 5 临时...... .
-
不,如果配置文件包含其 UDID,它应该安装在 iPad 上。
标签: ios xcode ad-hoc-distribution