Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Organizer: Valid signing identity not found

I have already one app published in App Store, but I have developed it using Adobe AIR on a Windows PC.

Now I would like to learn native programming with iOS 7, have purchased an O'Reilly book, MBA with OSX 10.8.5, Xcode 5.0 and iPhone 5c.

I guess that to try example apps on my device, I need to create a wildcard App ID and a development profile and install the latter to my iPhone.

I think this has worked well - I can see a profile at the bottom of Settings -> General -> Profiles:

enter image description here But the Xcode Organizer shows a warning triangle and the warning Valid signing identity not found:

enter image description here

What am I doing wrong? I've searched SO and verified that my Certificates use System Defaults...

enter image description here

UPDATE: yes, I've added the certificate to Keychain Access:

enter image description here

like image 313
Alexander Farber Avatar asked Sep 26 '13 20:09

Alexander Farber


2 Answers

First, delete certificate without private key from keychain - it is useless and may generate errors in future.
Open your keychain access and generate certificate signing request (In top menu go for Keychain access -> certificate assistant -> request a certificate from signing authority). You should see this window
enter image description here

Select saved to disk, and enter your email address. CA email address leave blank.
Specify location of generated certificateSigningRequest file wherever you want. Then go to Apple developer member centre and create development certificate. Proceed usual procedure, select iOS app development, specify your created csr file, generate, download, add to keychain. Profit=)

like image 185
Petro Korienev Avatar answered Oct 11 '22 06:10

Petro Korienev


I exported the .p12 file certificate from the old/original mac through KeyChain app, then import it in the new mac again with the KeyChain app, then on apple dev site edit the provisioning profile, save it, download it and re-register it in xcode

like image 2
Renaud Montes Avatar answered Oct 11 '22 06:10

Renaud Montes