【发布时间】:2015-12-30 07:02:17
【问题描述】:
- 以前的 TestFlight 版本运行良好,我可以正常下载它们
- 我从 App Store 升级到了最新版本的 XCode
- 我存档并上传了一个版本,很好
- 测试完成后,我尝试从 TestFlight 下载它,但下载失败
- 我使用 configurator 检查错误,发现
Failed to verify code signature of...和The executable was signed with invalid entitlements。 - 我检查了所有配置文件,它们都是正确的
- 当我查看存档摘要时,我确实拥有
beta-reports-active = 1权利 - 当构建上传到 iTunes 连接和处理时,我看到这个警告:
Some builds are missing the beta entitlement, or were uploaded with a beta version of Xcode, and cannot be tested. - 奇怪的是我的应用通过了 beta 审核。
知道为什么会这样吗?
【问题讨论】:
标签: ios xcode xcode7 testflight