解决MacOS升级后出现xcrun: error: invalid active developer path, missing xcrun的问题

报错信息

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

解决方法,

重装xcode command line:

xcode-select --install


如果没有解决问题,执行以下命令

sudo xcode-select -switch /

你可能感兴趣的:(macos)