-
All replies
-
Helpful answers
-
Aug 6, 2015 2:43 AM in response to no2b4go10by ogierussell,Not sure if you have solved this in the meantime but I'm doing this at the moment so just said i'd pass on what worked for me. In that type dropdown choose "existing SSH key". Here Xcode will fill in these details with the SSH keys on your current mac if you have them created. If you are running Xcode server on that machine then just enter a passphrase if you have one on your ssh keys and press ok. If no SSH keys appear here in the text boxes then just google how to create SSH keys and come back to this once that's done. However don't take these SSH keys that Xcode automatically fills if you are running your CI from an external mac like a mac mini. In that situation you want to get the ssh keys from the mac mini using "cat ~/.ssh/id_rsa.pub" and "cat ~/.ssh/id_rsa" in terminal and copy those keys into these text boxes. Also make sure to add the ssh keys to bitbucket or github or whatever you are using.
Hope that helps someone,
Liam.

