[iOS] Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID

iOS アプリにて、Code Sign error が発生してビルドできなかったときの解決方法をメモ。

エラーメッセージ

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’

解決方法

project.pbxproj の該当する PROVISIONING_PROFILE の行を削除すればビルドが通りました。


参考情報

project.pbxprojの怪 | 株式会社LIG