Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Moving Xcode Projects to different computer

Tags:

xcode

iphone

ipad

I got a new computer and downloaded Xcode and transferred all my old projects to it. What all do I need to do with keychain to submit apps from new computer, or do I just need to transfer the provisioning profiles from old computer as well?

like image 429
user717452 Avatar asked Mar 07 '26 11:03

user717452


1 Answers

You can export your profile from the "Devices" organizer. Click on your team name, then on export (at the bottom). You can then set a password that you'll need to import the profile on the new computer. It should contain all provisioning profiles, certificates and private keys that you need.

Here's the relevant documentation page: Exporting Your Code Signing Assets to Your File System

like image 169
omz Avatar answered Mar 10 '26 01:03

omz