LoginSignup
0
1

More than 3 years have passed since last update.

xcrun: error: unable to find utility "altool", not a developer tool or in PATHの解決法

Posted at

Command Line Toolsがエラー

App Store Connectなんかにビルドをアップロードする時なんかに使う人もいるであろうxcrun altoolのコマンド。

xcrun altool --upload-app -f aaaaaaaaaaa.ipa -t ios -u test@gmail.com -p testtest

こんな感じのコマンドでビルドをテストフライトにアップしようとしたらエラー発生!!!

xcrun: error: unable to find utility "altool", not a developer tool or in PATH

よくわからんが再度インストールしようとしても、ダメらしい。。。

 xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates

CommandLineToolsを削除して再インストール

sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install

上記のコマンドで無事解決しました。:grin:

参考

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1