Xcode Provisioning Profile Expiring

Michael Reiland picture Michael Reiland · Mar 19, 2014 · Viewed 26.9k times · Source

I'm trying to clear a couple non-fatal errors from a couple projects. They are both "Target Integrity" "Provisioning profile is expiring: . . . ".

Yet, I don't have the Provisioning profile that's expiring as a part of the project in any way. Can anyone tell me why it might be giving me an error like this for a Provisioning profile that is being used only by a different project?

Answer

devzero picture devzero · Sep 19, 2014

Had the same problem. This is how to fix it:

Open Xcode > Preferences > Accounts

Click 'View Details' on the relevant account, and you'll see all associated provisioning profiles will open in a list. Sort the list by expiration date to find expired profiles, and for each one right click and choose 'show in finder'. Then you can simply delete it.

When you delete an expired profile in the finder it immediately disappears from Xcode and from the warnings panel.