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?
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.
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
I found out that downloading and manually adding it by double clicking works fine as well. Don't have to wait all day ;-)