Xcode6 certificate update error: No matching provisioning profiles found solution, xcode6provisioning
In Xcode, When you update Your certificate and re-compile Your program, the "Your build settings specify a provisioning profile with the UUID 'xxx ', however, no such provisioning profile was found. xcode can resolve this issue by downloading a new provisioning profile from the Member Center. ". The solution is as follows:
1. Close the project, find the project file XXXX. xcodeproj, right-click the file, and select Show Package Contents ). A new Finder is opened.
2. find the project in the newly opened Finder. pbxproj, and open it. Find all rows containing the UUID 'xxx' with the error (the row containing a string of numbers after the UUID may not contain "UUID") and delete the whole row.
3. Save, restart the project, and compile again.
Note: Make sure that the certificate settings are correct.
Original content, reproduced please indicate the source: http://blog.xoneday.com