user717452
user717452

Reputation: 111

Moved Xcode To New Mac, Can't Build With Distribution

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?

enter image description here

Upvotes: 0

Views: 204

Answers (2)

user717452
user717452

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

rvijay007
rvijay007

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

Related Questions