Xcode存档错误:缺少IOS分配签名身份(名称)

前端之家收集整理的这篇文章主要介绍了Xcode存档错误:缺少IOS分配签名身份(名称)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我尝试存档我的应​​用时,我收到此错误

我一直在做很多研究,但似乎无法弄明白.我已经尝试过撤消和重新创建证书以及重新创建配置文件的所有内容.

我该怎么办?

解决方法

根据Apple开发者论坛,Apple全球开发者关系中级证书到期日于2016年2月14日到期.

… This issue stems from having a copy of the expired WWDR Intermediate certificate in both your System and Login keychains. To
resolve the issue,you should first download and install the new WWDR
intermediate certificate (by double-clicking on the file). Next,in
the Keychain Access application,select the System keychain. Make sure
to select “Show Expired Certificates” in the View menu and then delete
the expired version of the Apple Worldwide Developer Relations
Certificate Authority Intermediate certificate (expired on February
14,2016). Your certificates should now appear as valid in Keychain
Access and be available to Xcode for submissions to the App Store.

遵循以下简单步骤:

>从顶部菜单打开钥匙串转到查看>显示过期的证书.
>现在在Keychain中从左侧面板的“登录”选项卡和“系统”选项卡中找到过期的Apple全球开发者关系证书颁发机构,并从两个选项卡中删除它.
>下载证书:https://developer.apple.com/certificationauthority/AppleWWDRCA.cer并双击安装它.>重启Xcode.

原文链接:https://www.f2er.com/iOS/333283.html

猜你在找的iOS相关文章