Xcode does not see my developer certificate in Code Signing Identity

前端 未结 2 535
情书的邮戳
情书的邮戳 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).

提交回复
热议问题