首页 > 编程 > Perl > 正文

QT报错Xcode not set up properly

2019-11-08 03:04:10
字体:
来源:转载
供稿:网友

当升级xcode后打开qt项目时提示如下错误:

PRoject ERROR: Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild.

最终在stackoverflow上找到解决办法,链接为:http://stackoverflow.com/questions/33728905/qt-creator-project-error-xcode-not-set-up-properly-you-may-need-to-confirm-t。 我升级完xcode后的版本为8.2.1,直接修改Qt_install_folder/5.7/clang_64/mkspecs/features/mac/default_pre.prf文件。将

isEmpty($$list($$system("/usr/bin/xcrun -find xcrun 2>/dev/null")))

替换为:

isEmpty($$list($$system("/usr/bin/xcrun -find xcodebuild 2>/dev/null")))
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选