我收到以下错误:
$ brew install sbt
Error: Failure while executing: /usr/bin/otool -L /usr/bin/install_name_tool
$
当我运行install_name_tool时出现以下错误:
$ install_name_tool
xcodebuild: error: SDK "/Users/<myhome>/Library/Android/sdk" cannot be located.
install_name_tool: error: unable to find utility "install_name_tool", not a developer tool or in PATH
$
实际上Android SDK安装在使用Android Studio安装的路径中。
/Users/<myhome>/Library/Android/sdk
我正在尝试安装brew以安装scala&amp; SBT。我已经安装了xocde编辑器
$ xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
$