-
Notifications
You must be signed in to change notification settings - Fork 118
Error solving
Borja Berastegui edited this page Mar 29, 2017
·
6 revisions
Please make sure you have the appropriate QT version: https://download.qt.io/archive/qt/5.3/5.3.2/
Project ERROR: Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild
Try this: sed -i bak 's/find xcrun/find xcodebuild/' $(find ~/Qt5.3.2/ -name "default_pre.prf"|grep "/mac/")
Project ERROR: Could not resolve SDK path for 'macosx10.8'
Try this:
sed -i '' 's/10.8//' ~/Qt5.3.2/5.3/clang_64/mkspecs/qdevice.pri
Source: http://stackoverflow.com/questions/26320677/error-could-not-resolve-sdk-path-for-macosx10-8
Project ERROR: Unknown module(s) in QT: webkitwidgets webkit
Install the correct QT version (5.3, link at the top of this page)