前言:

从2月14日開始,上传程序的同学可能会遇到提示上传失败的提示.

而且打开自己的钥匙串,发现所有的证书所有都显示此证书签发者无效.

Failed
to locate or generate matching signing assets
Xcode attempted to locate or generate
matching signing assets and failed to do so because of the following issues.
Missing iOS Distribution signing
identity for ... Xcode can request one for you.

原因
& 解决方法:

原因是我们之前上传程序,都须要提前设置证书,而设置证书会涉及到从证书颁发机构申请证书.

參见我之前文章: http://blog.csdn.net/mr_lp/article/details/49784191

而失效的就是这个证书的签发者.

这时候我们前往我们的钥匙串,选择上方的
 显示 --> 显示已过期证书

就会发现以下多出来了一个证书.

之后选择删除它,前往

https://developer.apple.com/certificationauthority/AppleWWDRCA.cer

去从新下载一个证书.

双击执行后就可以,然而有的同学可能加入不成功.

那是由于你没有进行证书的权限设置.

加入成功后,就能够看见之前的证书所有有效了.

后记:

对此苹果官方的解释:

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 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.

简单点说就是,你颁发开发人员证书的根证书失效了,由于他会在2016年2月14日到期.

你之前以此制作的证书才会所有失效.

最后附上StackOverFlow
的相关连接:

http://stackoverflow.com/questions/32821189/xcode-7-error-missing-ios-distribution-signing-identity-for

祝大家工作愉快!

最新文章

  1. java中的等于
  2. 取出Object对象里面的字段,
  3. PHP版微信公共平台消息主动推送,突破订阅号一天只能发送一条信息限制
  4. Perl 的面向对象编程
  5. 总结nonatomic,assigncopy,retain
  6. 微信video标签全屏无法退出bug
  7. Oracle数据库的锁类型
  8. Android开发学习之路--React-Native之初体验
  9. maintenance.go
  10. VsCode插件开发之入门示例
  11. thinkphp5多语言
  12. service和pod通过标签绑定
  13. VS2010/MFC编程入门之四十四(MFC常用类:定时器Timer)
  14. Elasticsearch 邻近查询示例
  15. 洛谷 P1992 不想兜圈的老爷爷 题解
  16. 一款基于jquery滑动后固定于顶部的导航
  17. 动态代理(CGLIB实现)
  18. RabbitMQ初学之一:exchange与queue的绑定
  19. (转)使用Python和OpenCV检测图像中的物体并将物体裁剪下来
  20. js运动缓动效果

热门文章

  1. 北邮校赛 F. Gabriel's Pocket Money(树状数组)
  2. Binary Tree Longest Consecutive Sequence -- LeetCode
  3. luogu 6月月赛 E 「数学」约数个数和
  4. bzoj 4627: [BeiJing2016]回转寿司
  5. [NOIp2017提高组]宝藏
  6. 零起点学算法08——简单的输入和计算(a+b)
  7. 认识udev
  8. 【JSTL】<c:if test=“”>没有else的解决方法
  9. Linux上安装使用SSH(ubuntu&&redhat)
  10. IntelliJ IDEA的几种常见的快捷键