[iOS] Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID
Memo on how to resolve when Code Sign error occurs and iOS app cannot be built.
Error Message
Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID "XXXXXXXX-2006-4254-8F70-E0316170D737", however, no such provisioning profile was found. Warning: Multiple build commands for output file xxxx CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.0'
Solution
Deleting the corresponding PROVISIONING_PROFILE line in project.pbxproj allowed the build to pass.
That’s all from the Gemba.