从 Xcode 6.3 build 6d570 开始无法通过 TestFlight 安装构建
Can't install builds via TestFlight as of Xcode 6.3 build 6d570
我像往常一样存档我的构建,从设备菜单中选择 iOS 设备,然后单击产品 -> 存档。归档完成后,我在管理器 window 中单击 "Submit to App Store"。
应用程序成功上传到 iTunes Connect 后,我启用了 TestFlight Beta 测试并尝试将其下载到我的设备,此时我收到一条错误消息:
Unable to Download Apps
"[Your app] and 1 other application could not be installed at this time.
Done | Retry
知道这里发生了什么吗?我还在我的设备上尝试了 运行 调试器,它现在在 XCode 中列为 "ineligible device",即使它是 运行 8.3 而我的部署目标是 7.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)
通过更新我的 info.plist 文件中的版本号并重建解决。
我像往常一样存档我的构建,从设备菜单中选择 iOS 设备,然后单击产品 -> 存档。归档完成后,我在管理器 window 中单击 "Submit to App Store"。
应用程序成功上传到 iTunes Connect 后,我启用了 TestFlight Beta 测试并尝试将其下载到我的设备,此时我收到一条错误消息:
Unable to Download Apps
"[Your app] and 1 other application could not be installed at this time.
Done | Retry
知道这里发生了什么吗?我还在我的设备上尝试了 运行 调试器,它现在在 XCode 中列为 "ineligible device",即使它是 运行 8.3 而我的部署目标是 7.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)
通过更新我的 info.plist 文件中的版本号并重建解决。