How to make Xcode generate App Provisioning Profile?

Hi.


I've just created a new App ID in the Portal, which includes the App Groups capability. How do you manually trigger the creation of the "iOSTeam Provisioning Profile:..." profile that is managed by Xcode automatically?


At the moment my project is just using a wildcard identifier profile, but I need one that is custom to the App ID.

Also, I am aware I can manually create a profile, but I'm more just curious about how to do this.

At the moment my project is just using a wildcard identifier profile, but I need one that is custom to the App ID.

If you enable a capability (in the Capabilities pane of your target in Xcode) that requires a specific App ID, Xcode should handle this automatically. Which capabilities do you have enabled in your project, and which one(s) do you believe require a non-wildcard App ID?

Hi, yes there is the App Groups capability enabled for the target. For what it's worth, I am using the Xcode 7 beta. It may be an issue with that.

How to make Xcode generate App Provisioning Profile?
 
 
Q