xcrun: error: active developer path ("/Volumes/MacX.cn/Xcode.app/Contents/Developer") does not exist, use xcode-select to change、
解决方法
在终端中修改你的CommandLine Tools的位置:
xcode-select -switch /Applications/Xcode.app/Contents/Developer
本文介绍了一种常见的Xcode错误,即在尝试使用命令行工具时提示activedeveloperpath不存在的问题,并提供了解决方案,即如何通过xcode-select命令来更改CommandLineTools的位置。
xcrun: error: active developer path ("/Volumes/MacX.cn/Xcode.app/Contents/Developer") does not exist, use xcode-select to change、
解决方法
在终端中修改你的CommandLine Tools的位置:
xcode-select -switch /Applications/Xcode.app/Contents/Developer
3194
185
1609
537
1062
1702
1万+

被折叠的 条评论
为什么被折叠?