% fvm flutter run --flavor prd -d 00008030-001574A8224EAA***
Launching lib/main.dart on 開発端末のiPhone in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: F37J8PW***
Running pod install... 5.8s
Running Xcode build...
Xcode build done. 20.3s
Failed to build iOS app
Could not build the precompiled application for the device.
Error (Xcode): Provisioning profile "match Development jp.co.hoge" doesn't include the currently selected device "開発端末のiPhone" (identifier 00008030-001574A8224EAA***).
/**/ios/Runner.xcodeproj
It appears that there was a problem signing your application prior to installation on the device.
Verify that the Bundle Identifier in your project is your signing id in Xcode
open ios/Runner.xcworkspace
Also try selecting 'Product > Build' to fix the problem.
Error launching application on 開発端末のiPhone.
Xcodeで開いて、プロビジョニングプロファイルを確認してみてください。
手っ取り早く解決するならば、Xcodeで開いて、ターゲットを選択し、Signing & Capabilitiesタブで「Automatically manage signing」にチェックを入れ、チームを選択してみてください。
昨日まで起動できていたならば、開発チームの誰かが端末追加などをしたことでプロビジョニングプロファイルが新しいものになってしまっているのかもしれません。