码迷,mamicode.com
首页 > 其他好文 > 详细

Xcode - xcode-select: error: tool 'xcodebuild' requires Xcode报错解决方案

时间:2018-04-27 17:57:36      阅读:506      评论:0      收藏:0      [点我收藏+]

标签:man   instance   check   make   you   res   library   sel   dev   

 

用mac 自带的终端执行的命令,安装安装Vapor和toolbox

安装指令:

macdeMacBook-Pro:~ mac$ curl -sL check.vapor.sh| bash

 

结果报这个错误:

xcode-select: error: tool xcodebuild‘ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools‘ is a command line tools instance
??  We dont recognize your Command Line Tools version.

Open Xcode and make sure the correct SDK is selected:
??  Xcode > Preferences > Locations > Command Line Tools

Expected: Xcode 8 or 9 (Any Build Number)
Current: 

??  Visit our docs for step-by-step instructions on installing Swift correctly.
http://docs.vapor.codes

??  or Join our Slack and well help you get setup.
http://vapor.team

 

看到这里发现是提示路径不对

Open Xcode and make sure the correct SDK is selected:
??  Xcode > Preferences > Locations > Command Line Tools

 

用这个命令切换到你正在用的Xcode安装路径下(需要输入Mac密码)

macdeMacBook-Pro:~ mac$ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/
Password:

 

 

macdeMacBook-Pro:~ mac$ curl -sL check.vapor.sh| bash
?  Xcode 9 is compatible with Vapor 2.
?  Xcode 9 is compatible with Vapor 3.
?  Swift 4.1 is compatible with Vapor 2.
?  Swift 4.1 is compatible with Vapor 3.

结果成功了!

为什么会出现这种错误呢,原来是我安装了2个Xcode。所以,安装了多个Xcode的时候,就要注意

 

Xcode - xcode-select: error: tool 'xcodebuild' requires Xcode报错解决方案

标签:man   instance   check   make   you   res   library   sel   dev   

原文地址:https://www.cnblogs.com/gongyuhonglou/p/8963396.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!