xCode Vaild Signing identity?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

xCode Vaild Signing identity?

Post by Nakia » Sun Dec 16, 2012 2:05 am

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

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: xCode Vaild Signing identity?

Post by Mark » Sun Dec 16, 2012 3:27 am

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

Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

Re: xCode Vaild Signing identity?

Post by Nakia » Sun Dec 16, 2012 4:41 am

Worked perfect..

Thanks so much!!!

Post Reply