ある日突然"flutter run"が出来なくなった。。。
なんでなにもしてないのに起動ができないんだ!!
(パソコンを使用してるいるので、何かしてエラーがでています・・・w)
利用環境
Mac OS
vs code
該当エラーコード
エラー.log
ihone X
Could not build the application for the simulator.
Error launching application on iPhone X.
flutter-project/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework:
resource fork, Finder information,
or
similar detritus not allowed
Command CodeSign failed with a nonzero exit code
note: Using new build system
note: Planning build
note: Constructing build description
書くのが面倒くさくなったので解決方法のみ書きます。。
以下のエラーコードが重要です
resource fork, Finder information,
↑finder info? resource fork ?
なんだろう・・・?
similar detritus not allowed
ゴミ・・・?
Command CodeSign failed with a nonzero exit code
とりあえず、認証でこけてますよー。エラー
エラー.log
resource fork, Finder information, or
similar detritus not allowed
Command CodeSign failed with a nonzero exit code
認証 and 環境確認
再び環境確認したところ、flutterプロジェクトがクラウド(i cloudなど)と同期されてしまい、認証系のところでこけていたみたいです。
解決策としては、同期を消すか同期外の所でプロジェクトを作るのがいいです。
この経緯に至った方法
1.エラーログを読みまくる
2.英語で検索
3.内容を理解
4.同じ事をしていて出ていない人の環境と自分の環境のディフチェックをする