Xcode版本8中的代码签名问题 [英] Code signing issue in Xcode version 8

查看:202
本文介绍了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中的代码签名问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆