iPhone 构建错误(权利)
我在尝试构建时收到此错误: 应用程序代码签名权利文件中指定的权利与配置配置文件中指定的权利不匹配。
(0xE8008016)。
这不是我第一次构建应用程序。这将是我的第六个应用程序,所以这个东西正在绊倒。我正在构建 AppStore 发行版,因此不需要权利。我的代码签名权利中没有指定任何权利文件。它是空白的。对于项目信息窗格和目标信息窗格,我的代码签名权利中绝对没有任何内容,这就是它应该的样子。但我仍然遇到这个愚蠢的错误。请记住,这不是临时构建,而是 AppStore 构建。可能是什么问题?
I'm getting this error when trying to build:
The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile.
(0xE8008016).
This is not my first time building apps. This will be my sixth app, so this thing is tripping. I'm making an AppStore distribution build, so I dont need entitlements. I dont have any entitlement files specified in my code signing entitlement. ITS BLANK. For the project info pane and the target info pane, there is absolutely nothing in my code signing entitlements, which is how its supposed to be. Yet I still get this dumb error. Remember, this is NOT an adhoc build, rather it is an AppStore build. What can be the problem??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否安装了多个版本的 Xcode(例如 Beta 版本之一)?安装当前稳定版本的 Xcode 后是否更改了安装目录? Xcode 会安装用于代码签名的内容,如果您同时安装新版本的 Xcode,或者重命名 /Developer 目录,这些内容可能会被破坏。
另外,尝试检查控制台是否有相关错误消息。
Do you have multiple versions of Xcode installed (such as one of the betas)? Did you change the install directory after installing your current stable version of Xcode? Xcode installs things for code signing that can break if you either install a new version of Xcode simultaneously, or you rename your /Developer directory.
Also, try checking the console for related error messages.