从Xcode 6.3 build 6d570开始,无法通过TestFlight安装构建版本

时间:2015-04-10 17:22:45

标签: ios iphone xcode ios8 xcode6.3

我正常存档我的版本,从设备菜单中选择iOS设备,然后点击产品 - >存档。归档完成后,单击“管理器”窗口中的“提交到App Store”。

应用程序成功上传到iTunes Connect后,我启用了TestFlight beta测试并尝试将其下载到我的设备,此时收到错误消息:

  

无法下载应用

     

此时无法安装[您的应用]和另外一个应用程序。

     

完成|重试

有什么想法在这里发生了什么?我也尝试在我的设备上运行调试器,现在它在XCode中被列为“不合格的设备”,即使它运行8.3并且我的部署目标是7.0。

2 个答案:

答案 0 :(得分:0)

这可能与此主题有关,请尝试此=> Ineligible Devices section appeared in Xcode 6.x.x

Updated 4 : for XCode 6.3 & iOS 8.3, if you have this problem, just go to Product > Destination to select your device. Even though it says your device is ineligible, it will still allow you to select it. If your iDevice version is >= target version, the build should work. It must be a bug for XCode 6.3 in debug with iOS 8.3 (thanks @einfach)

答案 1 :(得分:0)

通过更新info.plist文件中的版本号并重建来解决。