$ flutter doctor の指摘「Xcode installation is incomplete; a full installation is necessary for iOS development.」をクリアするの?|Mac|Xcode|iOS|Flutter
Flutter 公式の macOS install を参照して Run flutter doctor に記載されていた通りに、セットアップに必要な依存関係をチェックしていたら、以下の不足が…。
[!] Xcode - develop for iOS and macOS
✗ Xcode installation is incomplete; a full installation is necessary for iOS development.
Download at: https://developer.apple.com/xcode/download/
Or install Xcode via the App Store.
Once installed, run:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
実は Install Xcode にちゃんと書いてあった。
Configure the Xcode command-line tools to use the newly-installed version of Xcode by running the following from the command line:
本当に指摘そのまま、
$ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
$ sudo xcodebuild -runFirstLaunch
を順番に実行するだけ。
これでもう一度「$ flutter doctor」したら解決~。
#関連する記事
- パスを設定するなら ChatGPT に聞くが早いよ?|Mac|SDK|Flutter
- $ flutter doctor のエラー「cmdline-tools component is missing」を解決するの?|Mac|Android|Flutter
- $ flutter doctor のエラー「Android license status unknown.」を解消するの?|Mac|Android|Flutter
- $ flutter doctor の指摘「CocoaPods not installed.」を解消するの?|Homebrew|Mac|Xcode|iOS|Flutter
- $ flutter doctor の警告「Warning: `dart` on your path resolves to …, which is not inside your current Flutter SDK checkout at …」をクリアするの?|Mac|SDK|Dart|Flutter
- Windows の Android Studio で開発した Flutter アプリを Mac で iOS 向けに引き継ぎたいの?|Mac|iOS|Flutter
#参照した記事
#直近に読んでいた漫画(おすすめ)
コメント
コメントを投稿