swchrm logs

妄想技術録

flutter run時のError, "Could not build the precompiled application for the device. " の対処

症状

after flutter run, below messagse appeared.

Could not build the precompiled application for the device.
It appears that your application still contains the default signing identifier. Try replacing 'com.example' with your signing id in Xcode: open ios/Runner.xcworkspace
Error launching application on hogehoge の iPhone.

処置

change bundle ID.
ex:com.example.hogehoge -> com.example.hugahuga