我在 iOS 8.1.3 上的 Enterprise Distribution 遇到了很多问题。我设法修复了大部分出现此错误的安装:
Ignore manifest download, already have bundleID
有了这个答案:https ://stackoverflow.com/a/25948839/517688
这基本上告诉您在服务器 manifest.plist 上伪造 bundleID。
但是在我的一些测试设备上,更改后我收到了一个新错误:
Error Domain=MIInstallerErrorDomain Code=63 "Application is missing the application-identifier entitlement."
而且我似乎找不到解决方案。
编辑 1
我尝试将其添加到 .entitlements 文件中:
<key>application-identifier</key>
<string>com.domain.appname</string>
但现在我在尝试存档应用程序以进行分发时遇到此错误:
None of the valid provisioning profiles allowed the specified entitlements: application-identifier, aps-environment.