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
xCode Vaild Signing identity?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: xCode Vaild Signing identity?
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
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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: xCode Vaild Signing identity?
Worked perfect..
Thanks so much!!!
Thanks so much!!!