天天看點

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

今天遇到這個問題,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”了。

繼續閱讀