blitz-time アプリ開発ブログ

Androidアプリ開発などのTips集

2021-10-16から1日間の記事一覧

【Flutter開発】Command Line Tool - Error - xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH

githubから取得したFlutterのプロジェクトのiOSビルドをしようとしたところ、 Command Line Tool - Error - xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATHというエラーが出ました。調べたところ、下記の設定を行うこ…