Reputation: 111
Ok, I moved all my Xcode projects to my new MBP. After doing this, I am trying to get my new app build to submit to Apple. I have the Distribution Provisioning Profile installed on my computer and set in the app, but under Distribution setting, it shows iPhone Developer, instead of iPhone Distribution. What am I forgetting to do?
Upvotes: 0
Views: 204
Reputation: 111
I ended up revoking my old certificate, requesting a new one, adding that to Keychain, updating my provisoning profiles for that, and it worked finally.
Upvotes: 0
Reputation: 1357
You should export your developer profile from your old mac. You can find this in Xcode --> Preferences --> Accounts. Bottom left corner, gear icon. Save the file to your desktop, and import the developer profile on your new mac via the same mechanism, selecting import this time. This should set you up.
Upvotes: 2