Why does XCode keep downloading old deleted profiles and duplicates of the same profile?
Posted
by
Piepants
on Stack Overflow
See other posts from Stack Overflow
or by Piepants
Published on 2012-10-11T21:34:26Z
Indexed on
2012/10/11
21:36 UTC
Read the original article
Hit count: 194
If I refresh the profiles in XCode it:
a) Pulls down ones that no longer exist. Profiles that have been deleted from the portal and are no longer there
b) Pulls down multiple copies of the same profile. If I add a new device and then update the profiles to include that new device. Then XCode will pull down the new updated profile but also the same profile with an older date (even though the portal only shows one, the latest).
If I delete them them XCode they re-appear.
I'm having problems getting push notifications to work with an ad-hoc distrubtion and so want to ensure I am build with the latest profiles. This behaviour of XCode is irritating at least, and possibly the source of my problems at worst.
© Stack Overflow or respective owner