🌊

【Flutter】エラー Could not build the application for the simulator 解決手順

2022/01/24に公開

エラー

Could not build the application for the simulator. Error launching application on iPhone 13.

最近よく出るので、今回解決した手順をまとめました!

環境

MacOS Monterey 12.1
Android studio Arctic Fox2020 3.1 patch4

やったこと

pod install --repo-update 
flutter clean
flutter pub get
flutter pub upgrade

以下手動で削除

Podfile, Podfile.lock, Pods folder within ios folder of the project

さらに、

Run flutter clean
Run flutter run

参考

Flutter Error running pod install After Upgrading Flutter version - Stack Overflow

Discussion