Xcode does not see my developer certificate in Code Signing Identity

Yucel Bayram picture Yucel Bayram · Jul 29, 2013 · Viewed 8.8k times · Source

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, WWDC certificates in there.Every profile look valid with green marks Under Teams and Provisioning Profiles section in Organizer but in Xcode under Code Signing Identity there is no profile currently match developer profile under Automatic Profile Selector(Recommended). What can i do about it? thanks in advance.

Answer

Tatiana picture Tatiana · Nov 3, 2013

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).