Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How remove a old provisioning profile in xcode 5?

I've install different provisioning profile in my xcode 5, before for remove it you had a session with all provisioning profile installed on the mac, but now this session disappear, how can I have access to this session now?

like image 432
mark jannet Avatar asked Oct 23 '13 00:10

mark jannet


People also ask

Where are iOS provisioning profiles stored?

The default location is ~/Library/MobileDevice/Provisioning Profiles. You need to browse or navigate to the profile file when you sign apps with the signing utility in iOS Gateway.


2 Answers

The best way to do this in XCode 5 is using an iPhone Configuration Utility. It lets you manually delete duplicates of provisioning profiles with ease and speed.

enter image description here

I keep Xcode closed when I do this just in case.

Edit: For anyone wondering how to actually 'delete'. There are only two ways: a. menu -> b. Hit the / keyboard button.

like image 81
Mirko Catalano Avatar answered Sep 18 '22 23:09

Mirko Catalano


You can delete the files directly from ~/Library/MobileDevice/Provisioning Profiles

Open finder, ⌘-Shift-G, and paste in the above path. Restart Xcode afterward.

Check out this related question for other suggestions.

like image 30
mopsled Avatar answered Sep 20 '22 23:09

mopsled