millport
millport

Reputation: 2711

Provisioning Profiles in XCode 5

I started using XCode 5 today and found when trying to archive a project for ad-hoc distribution that the provisioning profiles I was presented with did not include one I had recently created, but did include one that I had deleted. I checked the list of profiles in my Organizer for that device, and that list was OK and included the recent one that I had downloaded.

So my question is, what's going on here. Where's my profiles?

Upvotes: 9

Views: 13539

Answers (3)

Simon
Simon

Reputation: 312

The answer by millport sorted things out for me. What you need to do also though is to choose the profile you're working with and before downloading chooose 'edit' and choose to include those of your registered devices that you want to use as new added devices are not automatically included in your profiles

Upvotes: 0

Mark Molina
Mark Molina

Reputation: 5077

I found out that downloading and manually adding it by double clicking works fine as well. Don't have to wait all day ;-)

Upvotes: 2

millport
millport

Reputation: 2711

I found the answer by following a clue here on this site on a related subject. You have to go into XCode | Preferences | Accounts | View Details. There you will see the (old) list. Hit the refresh button. That will download an updated list.

Now when I go to distribute my archive ad-hoc, I get the refreshed list of profiles.

Upvotes: 33

Related Questions