无法在安装了命令行工具的Mavericks上使用xcodebuild [英] Unable to use xcodebuild on Mavericks with Command Line Tools installed

查看:72
本文介绍了无法在安装了命令行工具的Mavericks上使用xcodebuild的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了命令行工具:

I have installed the Command Line Tools:

$ xcode-select --print-path
/Library/Developer/CommandLineTools

但是,当尝试使用xcodebuild时,出现以下错误:

However, when anything tries to use xcodebuild, I get the following error:

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

在Mountain Lion上,无需安装整个Xcode,而仅安装命令行工具,就可以使用它.小牛有可能这样做吗?我该如何运作?

On Mountain Lion it was possible to use this without installing the whole of Xcode, rather just the Command Line Tools. Is it possible to do this on Mavericks? How can I get it working?

这是Mavericks的全新安装.

N.B. This is on a clean install of Mavericks.

更新:只是为了显示,我确实安装了命令行工具:

Update: just to show, I do have the Command Line Tools installed:

$ gcc --version
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix

推荐答案

我知道这是一个较晚的答案,但就我而言,此命令解决了该问题:

I know that this is a late answer, but in my case this command solved the issue:

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

这篇关于无法在安装了命令行工具的Mavericks上使用xcodebuild的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆