Code Sign Error: Provisioning Profile (long string) can't be found. 三回目
Provisioning Profile更新の都度なんかにハマってる気がする。
今感じていること Provisioning Profileを更新したはずが…
今感じていること Code Sign Error: Provisioning Profile (long string) can't be found.が出て困った再び
今度はこちらを参考に。どうやら古いProvisioning Profileの情報が残ってしまっていたっぽい。
Codesign error: Provisioning profile cannot be found after deleting expired profile - Stack Overflow
プロジェクトファイル(hogehoge.xcodeproj)をFinderで表示して右クリック「パッケージの内容を表示」を選択して中身を表示。そこにある「project.pbxproj」をテキストエディターで開く。そして「PROVISIONING_PROFILE = ...」の部分を検索して削除、保存してXcodeで開き直すと。Sometimes your xcode project file gets messed up, especially if you have an old project and first created it with an older version of xcode/iphone sdk. What you need to do is open up the project file in a text editor, search from the long sting and manually erase that line. In fact, you should just go aead and erase any line that points to any provisioning profiles. Then reopen the project in xcode, go to the settings are reselect your new profile. This clears up issues like that most of the time The lines that point to the provisioning profiles will look like this:
PROVISIONING_PROFILE = "487F3EAC-05FB-4A2A-9EA0-31F1F35760EB";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "487F3EAC-05FB-4A2A-9EA0-31F1F35760EB";
三ヶ月スパンで何かしらハマるのねー。