xcode iOS 8 GM - 无法安装 IPA
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25887805/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iOS 8 GM - Can't Install IPA
提问by Alberto Schiariti
Yesterday I installed both iOS 8 GM on my development iPad and XCode 6 GM on my Mac. Most of my Apps keep workings fine but there is one that I can't install anymore. The same IPA that worked on iOS7 now just doesn't install. I tried both a webpage owned by me where is correctly placed the plist and other images and Diawi. Both ways lead to the same result: when "XXX wants to install APP on your iPad" pop-up and I click OK, nothings happens. Nothing.
昨天我在开发 iPad 上安装了 iOS 8 GM,在 Mac 上安装了 XCode 6 GM。我的大多数应用程序都可以正常工作,但有一个我无法再安装了。与 iOS7 相同的 IPA 现在只是无法安装。我尝试了我拥有的网页,其中正确放置了 plist 和其他图像以及 Diawi。两种方式都会导致相同的结果:当“XXX 想要在您的 iPad 上安装 APP”弹出窗口并单击“确定”时,什么也没有发生。没有。
There is someone who got through this on iOS 8?
有人在 iOS 8 上解决了这个问题吗?
回答by Jansen
I had the same problem.
我有同样的问题。
Error message on device console:
设备控制台上的错误消息:
<Warning>: LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: my.company.testapp
Managed to solve with the help of this comment:
在此评论的帮助下设法解决了:
that is in .plist renamed bundle-identifierto some random string.
在 .plist 中,将bundle-identifier重命名为某个随机字符串。