Problem with Qt6 on MacOS 14.0 (Somona)
Solved
General and Desktop
-
Hi there!
I have a problem with Qt. It doesn’t work with all my projects after I have installed MacOS Somona 14.0.
It runs with an error:
I have tried already:
- Re-Install of Qt (it’s 6.4.3 now)
- Reboot PC
- Clear all build logs
- Upgrading xCode to the newest version
- Changing Compiler & modifying Kits (Build stuff)
Anyone maybe know what’s the problem?
Would be cool!With Happiness,
EGOR K. -
@RLS-EGOR
I don't know what you do about, but I believe: Creator invokes your compiler to discover stuff from its output, here apparently "default search paths". If your compiler changes and produces something it does not understand/parse then you get this kind of error. From my understanding. -
@JonB This might be actually https://bugreports.qt.io/browse/QTBUG-117225 . Have you tried with the Qt 6.5.3 that was just released (and where above issue is fixed)?
-