Mac OS 10.10安装QT后Xcode not set up properly
发布:smiling 来源: PHP粉丝网 添加日期:2015-04-22 22:48:09 浏览: 评论:0
下面来看看Mac OS 10.10安装QT后Xcode not set up properly问题的解决办法,如果各位有朋友此类问题不防和小编来看看,在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). //phpfensi.com
- 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
- --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
Tags: Mac OS 10 10 Xcode not
相关文章
- ·更新Mac OSX XCode后Git和SVN不能启动解决办法(2014-10-01)
- ·igb网卡MAC地址为0时VF不能在guest中使用如何解决(2015-04-21)
- ·mac os x 中postgresql使用示例(2015-04-22)
- ·简单的Mac OS编译node-webkit的教程(2015-04-24)
- ·Mac os的压缩zip文件在windows系统下打开中文文件名乱码(2015-04-28)
- ·mac系统中kivy打包为apk安装包步骤(2015-04-28)
- ·MAC系统中本地安装Ghost 的报错问题解决办法(2015-04-28)
- ·Mac下django简单安装配置步骤(2015-04-28)
- ·mac下软件包管理brew安装使用方法(2015-05-05)
- ·Mac下启动和停止Mysql及查看端口(2015-05-06)
- ·Mac OSX中用 homebrew 卸载formula步骤(2015-05-06)
- ·利用shell编程实现DOS风格的Linux命令行(2014-03-07)
- ·如何从DOS系统引导Linux系统(2014-03-07)
- ·Linux操作系统下/etc/hosts文件配置方法(2014-03-08)
- ·centos 7快速设置主机名指令hostnamectl介绍(2014-10-01)
推荐文章
热门文章
最新评论文章
- 写给考虑创业的年轻程序员(10)
- PHP新手上路(一)(7)
- 惹恼程序员的十件事(5)
- PHP邮件发送例子,已测试成功(5)
- 致初学者:PHP比ASP优秀的七个理由(4)
- PHP会被淘汰吗?(4)
- PHP新手上路(四)(4)
- 如何去学习PHP?(2)
- 简单入门级php分页代码(2)
- php中邮箱email 电话等格式的验证(2)