Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 818
millport Avatar asked Sep 19 '13 14:09

millport


2 Answers

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.

like image 103
millport Avatar answered Nov 16 '22 00:11

millport


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

like image 35
Mark Molina Avatar answered Nov 15 '22 23:11

Mark Molina