微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Xcode编译时证书错误问题

使用Xcode给iPhone做虚拟地址,或者开发时,编译时有时会遇到证书相关的错误
Warning: unable to build chain to self-signed root for signer "Mac Developer: Dylan M (*******)"

 

按下面的提示去下载一个证书,然后clean Xcode的工程,重新编译,通过

If none of the above works, download the WWDR Intermediate Certificate and drag and drop into your 'System' keychain. Don't put it in 'login' - I tried that myself and it did nothing to help me. Try to avoid changing the trust settings of your certificates, Xcode gave me a warning when it saw I had modified my development certificate's trust settings.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐