Page 1 of 1

xCode Vaild Signing identity?

Posted: Sun Dec 16, 2012 2:05 am
by Nakia
Afternoon all,

Today I have purchased a new MacBook Pro to move my development work too and am currently working through
migrating everything from my IMac desktop machine.

Question I have is how do I find my "Signing Identity" that i generated when I set up my certificates in Development Centre
as I didn't save myself a copy as I was supposed to do... (Ooooopps)
when I open xCode on my MacBook Pro now and refresh my certificates it is bringing up an error detailing
"Valid signing identity not found!"

Any help or advice would be greatly appreciated.

Thanks in advance..
Kia

Re: xCode Vaild Signing identity?

Posted: Sun Dec 16, 2012 3:27 am
by Mark
Hi Kia,

Open Keychain Access on your iMac, select your iOS distribution certificate, right-click on it, choose export and save. Do the same with your Developer certificate. You need to do this four times, because both certificates have a public and a private key (the private ones have a sub-item). Go to your MacBook and add these items to your Keychain using the same app.

Now open XCode on your iMac, open the Organizer window, go to the certificates section, export everything that's in there using the Export button at the bottom of the window, copy the files to your MacBook and import everything into XCode.

Let me know if this helps.

Kind regards,

Mark

Re: xCode Vaild Signing identity?

Posted: Sun Dec 16, 2012 4:41 am
by Nakia
Worked perfect..

Thanks so much!!!