解决Unity macOS版无法调用命令行工具(Command Line Tools)

命令行工具(Command Line Tools),简称CLT,即苹果上的命令提示符吧。

Unity工程中使用了托管在码云上的插件,打开此工程时,弹窗提示“Error when executing git command. xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist...”

大意是Unity无法调用CLT来执行Git命令
如果确定已安装CLT和Git,用下列命令重置CLT路径即可:
xcode-select --switch /Library/Developer/CommandLineTools

你可能感兴趣的:(解决Unity macOS版无法调用命令行工具(Command Line Tools))