
它与最新的iOS 9测试版一起使用
从控制台有一个日志:
Sep 10 04:12:25 iPad-Dashboard ondemandd[145] <Error>: Application with ID: M3KJ3WBd2l.com.boardmaps.boardmaps was installed,but it doesn't appear to have a bundle URL,we are taking no action on this.Sep 10 04:12:27 iPad-Dashboard ondemandd[145] <Error>: An object with ID [0x15e74230 <x-coredata:///AssetDownloads/t7E19FE36-172C-43EF-90EC-1B069309CF8B16>] has already registered.Sep 10 04:12:27 iPad-Dashboard itunesstored[116] <Warning>: LaunchServices: Creating installProgressForApplication:<LSApplicationProxy: 0x14deb5f0> M3KJ3WBd2l.com.boardmaps.boardmaps (Placeholder) <file:///private/var/mobile/Containers/Bundle/Application/7312DC34-DF53-43BA-AE3E-DEA05EBF014D/-4088318364755750305.app> withPhase:0Sep 10 04:12:27 iPad-Dashboard lsd[74] <Warning>: LaunchServices: Updating installPhase for parent <nsprogress: 0x16586090> : Parent: 0x0 / Fraction completed: 0.6000 / Completed: 60 of 100 to 0Sep 10 04:12:27 iPad-Dashboard SpringBoard[47] <Warning>: HW kbd: Failed to set (null) as keyboard focusSep 10 04:12:28 iPad-Dashboard MobileSafari[137] <Warning>: Snapshotting a vIEw that has not been rendered results in an empty snapshot. Ensure your vIEw has been rendered at least once before snapshotting or snapshot after screen updates.Sep 10 04:12:47 iPad-Dashboard itunesstored[116] <Warning>: [Download]: Download task dID finish: 5 for download: -4088318364755750305Sep 10 04:12:47 iPad-Dashboard itunesstored[116] <Warning>: [ApplicationWorkspace] Installing download: -4088318364755750305 with step(s): InstallSep 10 04:12:47 iPad-Dashboard itunesstored[116] <Warning>: [ApplicationWorkspace]: Installing software package with bundleID: M3KJ3WBd2l.com.boardmaps.boardmaps: bundLeversion: 1.1.18.1100 path: /var/mobile/Media/Downloads/-4088318364755750305/8091709402150391677Sep 10 04:12:50 iPad-Dashboard itunesstored[116] <Warning>: BundleValIDator: Failed bundleIDentifIEr: M3KJ3WBd2l.com.boardmaps.boardmaps does not match expected bundleIDentifIEr: com.boardmaps.boardmapsSep 10 04:12:50 iPad-Dashboard itunesstored[116] <Warning>: [ApplicationWorkspace]: Bundle valIDated for bundleIDentifIEr: M3KJ3WBd2l.com.boardmaps.boardmaps success: 0Sep 10 04:12:50 iPad-Dashboard itunesstored[116] <Warning>: LaunchServices: Uninstalling placeholder for app <LSApplicationProxy: 0x16095af0> M3KJ3WBd2l.com.boardmaps.boardmaps (Placeholder) <file:///private/var/mobile/Containers/Bundle/Application/7312DC34-DF53-43BA-AE3E-DEA05EBF014D/-4088318364755750305.app>Sep 10 04:12:50 iPad-Dashboard itunesstored[116] <Warning>: LaunchServices: Uninstalling app <LSApplicationProxy: 0x16095af0> M3KJ3WBd2l.com.boardmaps.boardmaps (Placeholder) <file:///private/var/mobile/Containers/Bundle/Application/7312DC34-DF53-43BA-AE3E-DEA05EBF014D/-4088318364755750305.app>Sep 10 04:12:50 iPad-Dashboard installd[42] <Notice>: 0x1f081000 -[MIClIEntConnection uninstallIDentifIErs:withOptions:completion:]: Uninstall requested by itunesstored (pID 116) with options: { }Sep 10 04:12:50 iPad-Dashboard installd[42] <Notice>: 0x1f081000 -[MIUninstaller _uninstallBundleWithIDentifIEr:error:]: Uninstalling IDentifIEr M3KJ3WBd2l.com.boardmaps.boardmapsSep 10 04:12:50 iPad-Dashboard installd[42] <Notice>: 0x1f081000 -[MIUninstallNotifIEr performRemovalWithCompletionBlock:]: Destroying container with IDentifIEr M3KJ3WBd2l.com.boardmaps.boardmaps at /private/var/mobile/Containers/Bundle/Application/7312DC34-DF53-43BA-AE3E-DEA05EBF014DSep 10 04:12:50 iPad-Dashboard installd[42] <Notice>: 0x1f081000 -[MIUninstallNotifIEr performRemovalWithCompletionBlock:]: Destroying container with IDentifIEr M3KJ3WBd2l.com.boardmaps.boardmaps at /private/var/mobile/Containers/Data/Application/B7AD1744-EB1F-42D3-8690-F1FB4B2DA526Sep 10 04:12:51 iPad-Dashboard itunesstored[116] <Warning>: LaunchServIEs: No app bundle to remove for M3KJ3WBd2l.com.boardmaps.boardmapsSep 10 04:12:51 iPad-Dashboard lsd[74] <Warning>: LaunchServices: Updating IDentifIEr storeSep 10 04:12:51 iPad-Dashboard itunesstored[116] <Warning>: LaunchServices: clearing created progress for M3KJ3WBd2l.com.boardmaps.boardmapsSep 10 04:12:51 iPad-Dashboard itunesstored[116] <Warning>: [ApplicationWorkspace]: Uninstalling application placeholder for bundleIDentifIEr: M3KJ3WBd2l.com.boardmaps.boardmaps; success: 1Sep 10 04:12:51 iPad-Dashboard itunesstored[116] <Warning>: [ApplicationWorkspace]: Failed to install application: M3KJ3WBd2l.com.boardmaps.boardmaps; /var/mobile/Media/Downloads/-4088318364755750305/8091709402150391677; Error Domain=SSErrorDomain Code=143 "(null)"解决方法 您可能与使用iOS8的OTA安装有相同的问题,并在服务器端实施了解决方法:您更改了pList清单文件中的软件包ID,并向其添加了电路板映射.我们添加了.dummy来使其与iOS 8.1一起使用 BundleValIDator:bundleIDentifIEr失败:M3KJ3WBd2l.com.boardmaps.boardmaps与预期的bundleIDentifIEr不匹配:com.boardmaps.boardmaps
不幸的是,它不再适用于iOS 9.我们在服务器端再次更改逻辑,以在生成pList文件时区分iOS 8和9.
干杯!
总结以上是内存溢出为你收集整理的无法在具有iOS 9 GM种子的设备上安装企业应用程序全部内容,希望文章能够帮你解决无法在具有iOS 9 GM种子的设备上安装企业应用程序所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)