QT Library on MacOS/OSX will not install cannot find old versions of Xcode

I could not get the QT installer to work at all on MacOS 10.14 Mojave, It kept giving errors saying that the Xcode 5 (and some other old non-downloadable version of Xcode was missing. As a result it would not give me a list of QT versions/components to install…

Apparently QT is still trying to find Xcode in:

/Developer/Xcode.app/Contents/Developer

Apple no longer installs Xcode here. The new directory is

/Applications/Xcode.app/Contents/Developer

sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer

Details of this issue can be found as a bug for Qt 5.2 – Qt Bug 31878 description.

Leave a Reply

Line and paragraph breaks automatic.
XHTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Comments Protected by WP-SpamShield Spam Filter