博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iOS开发证书"此证书的签发者无效"解决方法
阅读量:7074 次
发布时间:2019-06-28

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

前言

哎,每次过完节都要有一个坑给自己跳。逃不过这个魔爪。 这不,一过完春节,回来就发现公司证书出现"此证书的签发者无效"。

问题原因

经过一番查找,苹果官方给出了回答。

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.

看来是由于苹果系统的安全证书过期问题导致。

苹果早在一个多月前就提醒开发者使用新证书。开发者如果不及时更新,不仅会影响到自己的开发工作,还有可能对用户造成困扰。这一份通知面向的是那些开发应用与 Apple Wallet、Safari 推送中心又或者是 Safari 插件相关的开发者。苹果还在通知中表示,开发者需要在 2016 年 2 月 14 日结束之前更新他们的安全证书。更新之后,安全证书的下一个失效期为 2023 年 2 月。

解决办法

既然知道了原因,那么就可以对症下药了。我们通过下载苹果提供的最新的并双击安装。

  1. 然后打开钥匙串,在导航栏上,依次选择显示-显示已过期的证书
  2. 选择登录-所有项目
  3. 在搜索栏下输入 apple w
  4. 删除对应过期的安全证书


再一次感谢您花费时间阅读这篇文章!

微博:

博客:

转载地址:http://mokml.baihongyu.com/

你可能感兴趣的文章
Snapshot Volume 操作 - 每天5分钟玩转 OpenStack(58)
查看>>
Composer : php依赖管理工具
查看>>
5 秒创建 k8s 集群 - 每天5分钟玩转 Docker 容器技术(115)
查看>>
jQuery学习和知识点总结归纳
查看>>
Permission denied You (root) are not allowed to access to (crontab) because of pam configuration.
查看>>
mybaits出现错误
查看>>
我的友情链接
查看>>
如果项目使用HOLO或加载V7包就会出现小按钮变大
查看>>
kvm虚拟化
查看>>
自制WheelView沉浸式菜单及Dialog样式Activity
查看>>
python-62: BS4的基本知识
查看>>
jsp中文显示乱码的解决办法
查看>>
Cmakelists.txt中间部分模板
查看>>
eclipse中java工程转web工程
查看>>
linux中的僵尸进程
查看>>
clustershell批量执行shell命令
查看>>
fedora 19 安装mp3 解析
查看>>
redhat7.2配置yum源
查看>>
iOS开发之左右抖动效果
查看>>
血的教训---工作中注意的事项(未完)
查看>>