Xcode attempted to locate or generate matching&miss iOS development signing identity

来源:互联网 发布:玩暗黑3卡顿优化 编辑:程序博客网 时间:2024/06/04 19:24

今天遇到这个问题,Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues. miss iOS development  signing identity for ---------- Xcode can request one for you.

本以为是配置文件问题,最后才发现原来是证书问题

经查找得知系统证书WWDR在2016年2月14日失效,需要更新WWDR系统证书

1,按照你那个链接下载,https://developer.apple.com/certificationauthority/AppleWWDRCA.cer,并安装。

2, 在keychains里选择login,然后点选Certificates,在这个界面,选择工具栏的View -> Show Expired Certificates,这时候你会发现一个过期的“WWDR Certificate”(Apple Worldwide Developer Relations Certification Authority),删除它。

3, 在System的那一栏也有这个过期的“WWDR Certificate”,一并删除它。

4 ,不出意外你的证书那里从 “This certificate has an invalid issuer”(此证书的签发者无效)变成了 “This certificate is valid”了。

0 0
原创粉丝点击