Qt creator using Qt6.0.0 M1 (arm) parse error - project compiles and runs, but Qt editor can't parse source files - no autocomplete etc
Unsolved
Qt 6
-
Hi there
Trying to work with Qt6 on the Apple m1. Just compiled a fresh version from git using https://wiki.qt.io/Building_Qt_6_from_Git
Compiling up the ARM version works, and it runs just fine (even though I still have to use a manual debugger).
However, Qt (4.14.0, also tried rc1) reports that the code model could not parse an included file (qglobal.h:45:12: error: 'type_traits' file not found), so it will report lots of errors + autocomplete + highlighting is all wrong. Even though the project actually compiles and runs fine, this is very annoying. Any ideas?