Problem with Qt6 on MacOS 14.0 (Somona)
- 
Hello, @hskoglund !
Already did that, doesn’t help…@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. - 
@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)?
 - 
Hello, @hskoglund !
Already did that, doesn’t help… - 
@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)?
 - 
@hskoglund
Ok gonna try this too - 
R RLS-EGOR has marked this topic as solved on
 - 
@hskoglund Thank you, that solution solved my issue. A note for anybody else: I was running 6.6.0-rc and thought that it would have the patch. Once I downloaded 6.5.2 and used that kit it worked.