Skip to content

Instantly share code, notes, and snippets.

@masbog
Created July 22, 2013 19:21
Show Gist options
  • Select an option

  • Save masbog/6056783 to your computer and use it in GitHub Desktop.

Select an option

Save masbog/6056783 to your computer and use it in GitHub Desktop.
Code Sign error: Provisioning profile can't be found
Here's how I did it.
Shut down Xcode.
Back up the project.pbxproj file.
Edit the project.pbxproj file and remove lines of instances where it mentions the old provisioning profile.
eg. Delete line:
PROVISIONING_PROFILE = "8D024EDA-DC05-40DF-B3EB-536392615EE2";
Restart Xcode and perform a full clean of the project.
It should then build without warnings.
Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment