Skip to content

Instantly share code, notes, and snippets.

@tzmartin
Last active November 3, 2024 16:49
Show Gist options
  • Save tzmartin/22566981724088056f20 to your computer and use it in GitHub Desktop.
Save tzmartin/22566981724088056f20 to your computer and use it in GitHub Desktop.
How To Remove iOS Provisioning Files

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

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

An alternative way is to use the Apple Configurator (Mavericks) or iPhone Configuration Utility (pre-Mavericks) which displays provisioning profiles installed on your system and allows you to remove them (select and press delete key).

Apple Configurator Apple Configurator makes it easy for anyone to mass configure and deploy iPhone, iPad, and iPod touch in a school, business, or institution.

https://itunes.apple.com/us/app/apple-configurator/id434433123?mt=12

iPhone Configuration Utility

iPhone Configuration Utility lets you easily create, maintain, encrypt, and install configuration profiles, track and install provisioning profiles and authorized applications, and capture device information including console logs.

[http://support.apple.com/downloads/#iphone configuration utility](http://support.apple.com/downloads/#iphone configuration utility)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment