こちらも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 (以下省略)