http://blog.csdn.net/rbyyyblog/article/details/12220875
In the archive project, "Your build settings Specify a provisioning profile with the UUID", however, no such provisioning profiles appeared was found "error. It is strange to note that the provisioning profile of the specified UUID was not found. Obviously own provisioning profile is just download good, and all is new installs. So Google found the answer.
Reference Address: http://stackoverflow.com/questions/1760518/ Codesign-error-provisioning-profile-cannot-be-found-after-deleting-expired-prof
The point here is to fix the above error by modifying your project's. xcodeproj file.
1. Locate the **.xcodeproj file in the project, right-click, Show Package Contents (open content).
2. After opening, locate the Project.pbxproj file and open it with a text editor. In fact, the right button, click Open on the good.
3. After opening this file, press command+f, look for "provisioning_profile" in this file, find and this "
PROVISIONING_PROFILE ="487F3EAC-05FB-4A2A-9EA0-31F1F35760EB";"PROVISIONING_PROFILE[sdk=iphoneos*]"="487F3EAC-05FB-4A2A-9EA0-31F1F35760EB";
"Similar is removed.
4. Then save the file and reopen the project. Xcode will prompt you to re-download the installation provisioning profile. You can install it after downloading it.
PS: I am in Xcode5, it is installed by itself through the network.
Your build settings Specify a provisioning profile with the UUID, no provisioning profiles was