Search code examples
xcodeprovisioning-profile

What exactly is happening when you set your provisioning profile to Automatic in XCode?


Trying to really get an understanding of code-signing and provisioning profiles. What provisioning profile is XCode using when you opt for Automatic? Your ad hoc profile?


Solution

  • Xcode creates a separate provisioning profile that it uses. It will not use a profile that was created manually.

    If you add entitlements to your app, Xcode will also add those to the automatically managed provisioning profile.