Selecting a provisioning profile for Ad Hoc Distribution in Xcode 6
Asked Answered
H

1

4

Having issues doing this.

It will NOT let me select the provisioning profile to use, instead it defaults to some XC Ad Hoc: * and I cannot change it. The correct profile is selected in the build settings.

I get:

Default Provisioning Profile

Hefter answered 23/10, 2014 at 6:59 Comment(0)
L
2

I was experiencing the same issue in Xcode 6. I fixed it by:

  1. Go to Apple Developer > Create a new App ID specifically for the app with Explicit App ID like com.mywebsite.MyApp. Don't choose Wildcard App ID option.
  2. Go to Provisioning Profiles > Distribution > Update App ID (for MyApp) to the new one I just created.
  3. Generate a new profile.
  4. Download and install.
  5. It doesn't hurt to Clean before Archive.
  6. Go to Organizer > Export > Save for Ad Hoc Deployment. Xcode will give me an error on the first attempt. I had to click Try Again. That's when it started to pick up the new profile.

Also this thread might be helpful. Good luck.

Lancashire answered 23/10, 2014 at 15:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.