iPhone 构建错误(权利)

发布于 2024-09-27 08:53:54 字数 272 浏览 0 评论 0原文

我在尝试构建时收到此错误: 应用程序代码签名权利文件中指定的权利与配置配置文件中指定的权利不匹配。

(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

星軌x 2024-10-04 08:53:54

您是否安装了多个版本的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文