【Flutter】「Undefined symbols for architecture x86_64 flutter」エラーの対処方法
635 ワード
参考記事
下記の記事を参考にしました。
対処方法
- プロジェクトのバックアップをとっておく
- 下記の手順でコマンドを実行していく
flutter clean
rm ios/Podfile ios/Podfile.lock pubspec.lock
rm -rf ios/Pods ios/Runner.xcworkspace
flutter run
Author And Source
この問題について(【Flutter】「Undefined symbols for architecture x86_64 flutter」エラーの対処方法), 我々は、より多くの情報をここで見つけました https://zenn.dev/mukkun69n/articles/a0e6e7fc95d7f7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Collection and Share based on the CC protocol