Xcode build warning - Target Integrity - Provisioning profile is expiring only for the ProjectnameTests Target

rob1302 picture rob1302 · Feb 15, 2012 · Viewed 31k times · Source

All my apps that i've created so far do this. It does nothing to the app or being able to run it but it's just annoying always having that 1 warning.

I'm Using Xcode 4.2 OSX 10.7.3

This is the actual warning:

-Target Integrity Provisioning profile is expiring

Here's an image of it just so I don't have to try and explain. (Edited it and put 'Project' where my actual project name was for privacy)

enter image description here

Thanks for any help!

Answer

Simon East picture Simon East · Mar 22, 2012

I had the same issue.

Worked out in the end it was Xcode warning about some expired profiles generally - not ones specifically linked to the current project.

To fix I went to Organizer/ Devices Tab and under Library select Provisioning Profiles

I had two profiles in the list that had expired - I didn't need them so I just right clicked and deleted them.

Warning then went away.