一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

Mac OS 10.10安装QT后Xcode not set up properly

时间:2015-01-06 编辑:简简单单 来源:一聚教程网

在Mac OS10.10上安装Qt5,因为仅仅安装了Xcode6-Beta,因此,加载项目的时候提示错误
Xcode not set up properly. You may need to confirm the license agreement...

解决方案:

执行以下命令

sudo xcode-select -switch /Applications/Xcode6-Beta.app/Contents/Developer

该命令修改Xcode的开发目录为/Applications/Xcode6-Beta.app/Contents/Developer。

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 , --switch   set the path for the active developer directory
  --install                   open a dialog for installation of the command line developer tools
  -v, --version               print the xcode-select version
  -r, --reset                 reset to the default command line tools path

热门栏目