[Flutter/error/iOS] Try launching Xcode and selecting "Product > Run"to fix the problem: open ios/Runner.xcworkspace


VSコードからiOSを構築しようとしたとき、次のエラーが発生しました.
Xcode build done.                                           15.9s
Could not run build/ios/iphoneos/Runner.app on [...].
Try launching Xcode and selecting "Product > Run" to fix the problem:
  open ios/Runner.xcworkspace

Error launching application on [Divice].
Exited (sigterm)
だから私はXCodeで構築してみて、XCodeでよく構築されています.
この場合、既存のアプリケーションを携帯電話から削除してからアプリケーションを実行すると、デバイスにインストールされていない場合でも、このエラーが発生する可能性があります.
Googleの後、私たちは以下の方法で解決しました.

解決策

  • VS Code terminal/flutter clean
  • XCode/Product - Clean Build Folder
  • VS Code terminal/flutter build bundle