> On 2 Jan 2016, at 22:05, sqwarqDev <sqwarq...@icloud.com> wrote: > > >> On 2 Jan 2016, at 20:58, Alex Zavatone <z...@mac.com> wrote: >> >> Can you export it from your Keychain Access app? >> > > Not sure. There is no developerProfile in Keychain; I believe it’s a file > created by Xcode from all the various certificates and stuff in Keychain. I > can sure export all those, and I suppose import them all into the Keychain on > my other mac, but I don’t know how I’d then import those into Xcode.
You wouldn’t have to. What you need to transport from point A to point B are the private keys, those are the only things which don’t ever leave your machine unless you force them to. The provisioning profiles can just be downloaded, as long as the keys are there on the other box, there’s even a button in XCode to download them, as long as you have the private key, they work. For the longest time I refused to let XCode generate my keys and kept one private/public key pair which I transported to each box. I finally gave that up and copy them over manually. It’s all that’s needed. > > I also just turned on iCloud keychain (something I’m philosophically opposed > to, but that’s another story), in the hope that if the two macs keychains > were synced then that might somehow magically allow my signing identity to > appear in Xcode on the other machine when I signed in with my AppleID. Alas, > I still got the “you have a developer profile in the Member Center but it is > not installed locally” message. > > \ No I don’t think those keys are included in iCloud keychain. _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com