Xcode does not see my developer certificate in Code Signing Identity

前端 未结 2 536
情书的邮戳
情书的邮戳 2021-02-13 21:58

I renewed my IOS Developer Certificate, i deleted old ones from keychains and clicked on my certificate. Everything looks normal in keychains, i have distribution,developer, WWD

相关标签:
2条回答
  • 2021-02-13 22:24

    First of all check in Xcode -> Preferences -> Account that you have your new profile in the list, refresh the list if it needed.

    Check in Building Settings of the project that you chose your new profile's certificate as Code Signing Identity for build type that you do (release or debug).

    0 讨论(0)
  • 2021-02-13 22:37

    Also check that in Xcode -> Preferences -> Account your don`t have red exclamation marks with label "Request timed out" I had this error, and it is gone after i re-logged in using button near this mark (with entering password, etc)

    0 讨论(0)
提交回复
热议问题