error: tool 'xcodebuild' requires Xcode, but active developer directory

投稿者: | 2019年3月12日

こちらもflutterインストール時に発生したエラーになります。
なお、エラーにflutterは直接関係ないです。
xcodeのライセンスに同意するためのコマンドを実行した時に下記のエラーが発生しました。

$ xcodebuild -license
  xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

CommandLineToolsの場所が悪いようなので下記のコマンドで変更しました。

$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

この後でコマンドを実行したところ正常終了しました。

$ sudo xcodebuild -license
Apple Inc.
Xcode and Apple SDKs Agreement
(以下省略)

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA