以下のコマンドを使用して Xcode のバージョン番号を自動的に更新できません
xcrun avgtool
xcrun: error: unable to find utility "avgtool", not a developer tool or in PATH
以下のオプションを試しました
- .bash_profile に Developer_DIR PATH を追加し、以下のようにパスに追加します
export DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer" export PATH="/usr/local/bin:$DEVELOPER_DIR:$PATH"
Xcode -> Preferences -> Locations -> Command Line Tools: ドロップダウンから Xcode 10.1 を選択して、コマンド ライン ツールも更新しました。
どんな助けでも本当に感謝します。