Created
July 22, 2013 19:21
-
-
Save masbog/6056783 to your computer and use it in GitHub Desktop.
Code Sign error: Provisioning profile can't be found
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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