I need to install Qt5 in MacOS Sierra (10.12.6), but when the installer is about to finish the message appears:
I have version 9.0 of Xcode installed, but I read that Qt only needs the command line tools of this one. To install the command line tools I used:
$ xcode-select --install
$ clang --version
Apple LLVM version 9.0.0 (clang-900.0.37)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
What do I need to correctly install Qt?