Flutter にてiosシミュレーターのビルドが出来ずに悩んでいます。
ビルドをしようとするとコンソールに以下のような文が表示されます。
Launching
1Running Xcode build... 2Xcode build done. 9.8s 3Failed to build iOS app 4Error output from Xcode build: 5↳ 6 ** BUILD FAILED ** 7 8 9Xcode's output: 10↳ 11 /Users/ユーザー名/Desktop/フォルダ名/build/ios/Debug-iphonesimulator/Runner.app: resource fork, Finder information, or similar detritus not allowed 12 Command CodeSign failed with a nonzero exit code 13 note: Using new build system 14 note: Building targets in parallel 15 note: Planning build 16 note: Constructing build description 17 warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner') 18 19Could not build the application for the simulator. 20Error launching application on iPhone 12 Pro.
昨日もこの現象に陥り、
https://qiita.com/C_and_Y/items/2be51cf4e9b3ec091ebd
上の記事を参考にflutter cleanを実行後再起動をするとうまくいったのですが、時間が経つとまたビルド出来なくなったため根本的な解決手段を教えていただきたいです。
よろしくお願いします。
実行環境
AndroidStudio4.1
Xcode12.4
Flutter 1.22.6 • channel stable
Dart 2.10.5
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/02/27 06:07