Copying keys and certificates to another one Mac for iPhone development

Import by selecting the private key from the keys tab. This prompts a password and after the password it saves in .p12 format and you can install in all the systems.


You should be able to export all your provisioning profiles with all the keys (Public and Private) with just one export

In the Organiser under the Devices tab, you need to select Developer Identity and export that to a file and give it a password. Move that file to the new system and import it into Xcode and your full identity will be set up

enter image description here


Import/Export works differently in Xcode 5+. This Apple Developer guide shows you how to do it.

Your account is shown under XcodePreferencesAccounts, and can be exported by clicking the gear icon () in the lower-left.

Import/Export Apple ID and Code Signing Assets