Delete provisioning profile from Xcode 5 Delete provisioning profile from Xcode 5 xcode xcode

Delete provisioning profile from Xcode 5


If you delete the profile from the Apple development a/c and hit refresh in XCode (Using xcode>Preferences>Accounts) then these profiles will be gone.

You can remove them from the this directory on your machine: "~/Library/MobileDevice/Provisioning\ Profiles"


In the Xcode Preferences, go to Accounts, then go to your apple ID, then click "View Details"Click the provisioning profile which you would like to delete, then press the "delete" key ONCE. Then click the refresh icon for manually update the list(pretty counterintuitive...).

Using this method I was able to delete all but one copy of the same provisioning profile, after which the delete does nothing.


You probably don't need to delete the duplicate profiles. Just go to Xcode / Preferences / Accounts / / View Detailsand hit the refresh button.

I did this and my duplicate provisioning profiles disappeared. Now when I post builds to TestFlight the distribution lists are all correct.