Xcode版本8中的代码签名问题

编程入门 行业动态 更新时间:2024-10-14 08:28:54
本文介绍了Xcode版本8中的代码签名问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在iOS 10发布后将Xcode更新为版本8。 Apple在代码签名过程中进行了一些更改,现在可以在目标设置的常规部分中使用。但问题是我的生产配置文件显示为不合格的配置文件。此错误消息即将到来:

I updated my Xcode to version 8 after iOS 10 release. Apple made some changes in code signing process and it is now available in general section of target settings. But the issue is my production provisioning profile is showing as ineligible one. This error message is coming:

xxxproductionprovisioningprofile不包括签名证书iPhone Distribution:xxx(xxx) 。

"xxxproductionprovisioningprofile" doesn't include signing certificate "iPhone Distribution: xxx (xxx)".

我再次使用相同的分发证书创建了配置文件。分发证书也存在于钥匙串中。在Xcode 7.3及更早版本中,一切都运行良好。任何帮助表示赞赏。

I again created the provisioning profile using same distribution certificate. The distribution certificate is present in keychain too. Everything was working fine in Xcode version 7.3 and earlier. Any help is appreciated.

推荐答案

我也遇到过这个问题,并通过以下方式修复:

I faced this too, and fixed it by:

1-从钥匙串中删除我帐户的所有证书,

1- removing all certificates of my account from keychain,

2-从xcode删除所有配置文件然后

2- removing all provisioning profiles from xcode and then

3-再次通过xcode下载配置文件,并

3- downloading provisioning profiles again via xcode and also

4-再次将证书添加到钥匙串。

4- adding certificates again to the keychain.

更多推荐

Xcode版本8中的代码签名问题

本文发布于:2023-11-26 13:49:54,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1634057.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:版本   代码   Xcode

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!