xcrun: error: invalid active developer path

macOS升级完成后出现 xcrun: error: invalid active developer path问题。

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools),
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

这是由于 Xcode command line tools 丢失导致,基本上每次升级 macOS 都会出现这个问题。

修复这个问题也简单,重新安装Xcode command line tools就行。

在终端输入下面命令。

xcode-select --install

此时会出现弹窗,点击安装

xcrun: error: invalid active developer path_第1张图片

点击安装后会出现要求“同意”许可协议,点击同意

image.png

然后就开始下载软件了,下载时间会长一点,安心等待即可。

下载安装完成后,该问题就修复了。

你可能感兴趣的:(问题处理,mac,macos)