Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode does not see my developer certificate in Code Signing Identity

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.

like image 438
Yucel Bayram Avatar asked Jul 29 '13 10:07

Yucel Bayram


2 Answers

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

like image 53
Tatiana Avatar answered Nov 02 '22 05:11

Tatiana


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)

like image 32
IPv6 Avatar answered Nov 02 '22 06:11

IPv6