博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Missing iOS Distribution signing identity for …, 在打包的时候发现证书过期了。
阅读量:4916 次
发布时间:2019-06-11

本文共 1228 字,大约阅读时间需要 4 分钟。

今天早上 上班发现钥匙串中的全部证书 都 提示此证书签发者无效

Thanks for bringing this to the attention of the community and apologies for the issues you’ve been having. 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  (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.

系统证书WWDR在2016年2月14日失效,须要更新WWDR系统证书。

解决的方法

1.下载证书,地址 

2.双击下载的证书。

3.在钥匙串里面的登录 删除 Apple Worldwide Developer Relations Certification Authority 证书

4.在钥匙串里面的系统 删除 Apple Worldwide Developer Relations Certification Authority 证书

ps:假设这里找不到Apple Worldwide Developer Relations Certification Authority 证书。点击显示-->显示已过期的证书。

5.找到開始下载的Apple Worldwide Developer Relations Certification Authority 证书,双击。

ok  问题解决。

转载于:https://www.cnblogs.com/yangykaifa/p/7288913.html

你可能感兴趣的文章
C++ 小笔记
查看>>
zabbix 安装rpm
查看>>
PhantomJS:Full web stack,No browser required
查看>>
Git远程操作详解
查看>>
java课后思考问题(七)
查看>>
5.9 容器
查看>>
创建oracle数据库的表空间、用户、目录、导入\导出文件等信息
查看>>
php禁止浏览器使用缓存页面的方法
查看>>
django的模型类管理器-----------数据库操作的封装
查看>>
java 回调
查看>>
CF1100E Andrew and Taxi 二分答案+拓扑排序
查看>>
子弹朝向问题的解决,移动方法的编写
查看>>
$("#id a") - $("#id .c a") = ?
查看>>
题目1034:寻找大富翁---用了sort()函数,注意头文件;
查看>>
Windows下Wamp装不上Memcache扩展
查看>>
js中数组的map()方法
查看>>
wpa破解学习实践
查看>>
USACO 2008 FEB Eating Together
查看>>
5月13 jquery的一些应用
查看>>
mysql命令行如何得到表结构
查看>>