找不到配置文件

发布于 2024-12-27 14:17:48 字数 340 浏览 1 评论 0原文

我刚刚将 iPhone 升级到 4S,并恢复了旧手机的所有设置后,发现我的三个应用程序丢失了。我去了苹果开发中心并删除了我的旧手机,然后重建并下载了添加了我的新手机的配置文件。我删除了所有旧的配置文件并复制了新创建的配置文件。现在的问题是,在我的两个项目中,当我尝试构建时出现错误 -

[BEROR]代码签名错误:配置文件 找不到“8A69C027-B06A-4A32-ABDA-855990018CA1”

我已进入“构建设置”>“代码签名身份”>“调试”并选择了正确的配置文件,并且我已在管理器中检查该配置文件存在于库和对着我的手机,旁边有绿灯。我缺少什么?

I have just upgraded my iPhone to the 4S and having restored all of the settings from my old phone I found that three of my apps were missing. I went to the Apple Dev centre and deleted my old phone and then rebuilt and downloaded the profiles with my new phone added. I removed all of the old profiles and copied the newly created ones across. The problem now is that in two of my projects, when I try to build I get an error -

[BEROR]Code Sign error: Provisioning profile
'8A69C027-B06A-4A32-ABDA-855990018CA1' can't be found

I have gone into the Build Settings>Code Signing Identity>Debug and selected the correct profile and I've checked in Organizer that the profile exists in both the library and against my phone which has a green light next to it. What am I missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

椒妓 2025-01-03 14:17:48

在 Textedit 应用程序中打开 project.pbxproj 文件,删除包含以下文本的行: 8A69C027-B06A-4A32-ABDA-855990018CA1

这些行应如下所示:

PROVISIONING_PROFILE = "8A69C027-B06A-4A32-ABDA-855990018CA1";

重新加载 Xcode。

PS。不要忘记备份您的项目!

Open project.pbxproj file in the Textedit app, remove lines with this text 8A69C027-B06A-4A32-ABDA-855990018CA1

These lines should look like this:

PROVISIONING_PROFILE = "8A69C027-B06A-4A32-ABDA-855990018CA1";

Reload Xcode.

ps. don't forget to backup your project!

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