xcode查版本xcodebuild -version

谁说胖子不能爱 提交于 2020-03-07 19:17:39

终端输入

xcodebuild -version

如果报错:

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

报这个错误的原因是xcode-select不在默认的路径
1.找到xcode-select的当前路径终端命令行

xcode-select --print-path

 

 

2.设置xcode-select到指定位置

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/

xcode.app 存放在应用程序(/Applications/Xcode.app/Contents/Developer/   为指定的位置)

 

 

3.验证是否设置成功

 

 

再次输入xcodebuild -version

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!