Reputation: 86057
Reading up on setting up Xcode to automatically manage your provisioning profiles here:
https://developer.apple.com/library/ios/qa/qa1814/_index.html
I get as far as:
Once you have your team selected in the General pane, clear out any manual Code Signing settings so they can be managed automatically. To do that, edit the Code Signing section in the Build Settings pane of your Xcode project as follows:
1. Set the provisioning profile to None.
However, I only have Automatic
, the list of existing Profiles (including *) and Other. Any suggestions which one to pick?
Upvotes: 0
Views: 618
Reputation: 13619
You're probably on Xcode 6, which is done a bit differently. Read down further in that technical note for how it should look in Xcode 6 (hint - it should be "Automatic").
Upvotes: 1