在终端中构建Xcode项目 - 选择另一个Xcode

时间:2014-02-26 11:49:55

标签: xcode

我在同一个mac(Xcode 4和Xcode 5)上安装了两个不同的Xcode版本。 Xcode 4位于Applications文件夹中。 因此,每当我从终端构建任何项目时,自然会通过使用Xcode 4进行编译。有没有办法使用Xcode 5(在桌面上)从终端构建项目?

2 个答案:

答案 0 :(得分:2)

我认为命令xcode-select就是出于这个原因。

Usage: xcode-select [options]

Print or change the path to the active developer directory. This directory
controls which tools are used for the Xcode command line tools (for example,
xcodebuild) as well as the BSD development commands (such as cc and make).

Options:
  -h, --help                  print this help message and exit
  -p, --print-path            print the path of the active developer directory
  -s <path>, --switch <path>  set the path for the active developer directory
  -v, --version               print the xcode-select version
  -r, --reset                 reset to the default command line tools path

答案 1 :(得分:-1)

我遇到了同样的问题。我在Xcode的首选项中更改了命令行工具选项。在这里,您可以选择要使用的Xcode版本。 enter image description here