Skip to content

Error solving

Borja Berastegui edited this page Mar 29, 2017 · 6 revisions

Common errors

Please make sure you have the appropriate QT version: https://download.qt.io/archive/qt/5.3/5.3.2/

OSX

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/")

Source: http://stackoverflow.com/questions/33728905/qt-creator-project-error-xcode-not-set-up-properly-you-may-need-to-confirm-t

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)

Clone this wiki locally