- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
  Not Evaluated                     
     - 
    None
 - 
    Qt Creator 9.0.2
 - 
    None
 - 
    MacOS Ventura 13.2.1 Xcode 14.1 Qt5.15.2
 
I create a simple project that just print hello world. It can't qmake and compile.
I found the wchar.h file is included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
rather thanĀ
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1
Is this a Qt Creator setting or a mac setting and how can I fix it?