Mac OS 10.10安装QT后Xcode not set up properly
2019/10/10/17:46:06 阅读:2022 来源:谷歌SEO算法 标签:
发外链
下面来看看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]
- Printorchangethepathtotheactivedeveloperdirectory.Thisdirectory
- controlswhichtoolsareusedfortheXcodecommandlinetools(forexample,
- xcodebuild)aswellastheBSDdevelopmentcommands(suchasccandmake).//phpfensi.com
- Options:
- -h,--helpprintthishelpmessageandexit
- -p,--print-pathprintthepathoftheactivedeveloperdirectory
- -s<path>,--switch<path>setthepathfortheactivedeveloperdirectory
- --installopenadialogforinstallationofthecommandlinedevelopertools
- -v,--versionprintthexcode-selectversion
- -r,--resetresettothedefaultcommandlinetoolspath
热门评论