代码签名错误:与默认钥匙串中的密钥对不匹配

发布于 2024-08-25 16:05:18 字数 240 浏览 7 评论 0原文

*****代码签名错误:身份“iPhone 开发人员:XXXXXXXXXX”与默认钥匙串中的任何有效证书/私钥对不匹配**。***

我是开发人员配置文件中的成员,我有配置配置文件已安装,这里一定有什么问题?

代码签名错误:身份“iPhone Developer: XXXXXXXXXXXX”与默认钥匙串中的任何有效证书/私钥对都不匹配

我该怎么办?我已经寻找解决方案但仍然没有找到。

*****Code Sign error: The identity 'iPhone Developer: XXXXXXXXXX' doesn't match any valid certificate/private key pair in the default keychain**.***

I am a member in developer profile, I have the provisioning profile installed, what must be the problem here?

Code Sign error: The identity 'iPhone Developer: XXXXXXXXXXXX' doesn't match any valid certificate/private key pair in the default keychain

What am I supposed to do? I already searched for a solution but still didn't find any.

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

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

发布评论

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

评论(3

软的没边 2024-09-01 16:05:18

此错误表明您的证书或私钥存在问题。

如果您打开钥匙串访问(在应用程序/实用程序中),您是否会在证书中看到“iPhone Developer: XXXXXXXXXX”?如果没有,您需要从计划门户下载。

当您创建证书“iPhone Developer: XXXXXXXXXX”时,您是否在您现在用于编译的同一台计算机上生成了证书签名请求??如果没有,则您的证书附带的私钥可能未安装在计算机上;生成签名请求的人需要将其发送给您,并且您需要将其添加到您的钥匙串中。

This error suggests that there is a problem with either your certificate or your private key.

If you open Keychain Access (in Applications/Utilities), do you see 'iPhone Developer: XXXXXXXXXX' in your certificates? If not, you need to download it from the Program Portal.

When you created the certificate 'iPhone Developer: XXXXXXXXXX', did you generate a certificate signing request on the same computer that you are now using to compile? If not, the private key that goes with your certificate may not be installed on the computer; whoever generated the signing request will need to send it to you, and you will need to add it to your keychain.

み青杉依旧 2024-09-01 16:05:18
  • 只要打开一个bash即可。
  • 进入 ProjectName*.xcodeproj* 目录
  • 删除所有 *.mode1v3 和 *.pbxuser 文件

然后再次启动 xcode,你很幸运。

对于我的情况,它就像:

  • cd iCodeBrowser/iCodeBrowser.xcodeproj/
  • rm Brandontrieb.*
  • Just open a bash.
  • Go into the ProjectName*.xcodeproj* directory
  • And remove every *.mode1v3 and *.pbxuser file

Then start xcode again and you're lucky.

For my case it was like:

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