[Flutter/error/iOS] Try launching Xcode and selecting "Product > Run"to fix the problem: open ios/Runner.xcworkspace
VSコードからiOSを構築しようとしたとき、次のエラーが発生しました.
この場合、既存のアプリケーションを携帯電話から削除してからアプリケーションを実行すると、デバイスにインストールされていない場合でも、このエラーが発生する可能性があります.
Googleの後、私たちは以下の方法で解決しました.
VS Code terminal/flutter clean XCode/Product - Clean Build Folder VS Code terminal/flutter build bundle
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の後、私たちは以下の方法で解決しました.
解決策
Reference
この問題について([Flutter/error/iOS] Try launching Xcode and selecting "Product > Run"to fix the problem: open ios/Runner.xcworkspace), 我々は、より多くの情報をここで見つけました https://velog.io/@solradev/Flutter-error-iOS-Try-launching-Xcode-and-selecting-Product-Run-to-fix-the-problem-open-iosRunner.xcworkspaceテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol