- 
    Bug 
- 
    Resolution: Fixed
- 
    P2: Important 
- 
    5.15.15, 6.5.2
- 
    None
When trying to build a project (macos, ios) with qmake, I get the error
failed to parse default search paths from compiler output
(originating in toolchain.prf:293 (6.5.2)). This is because QMAKE_DEFAULT_LIBDIRS is empty.
Qmake seems to try to parse these from clang output:
LC_ALL=C /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -g0 -single_module -dynamiclib -o /dev/null -v -Wl,-v -xc++ - 2>&1 </dev/null >/dev/null
This reports empty "Library search paths:" for Xcode 15. For Xcode 14.3.1 it's not empty.
- is duplicated by
- 
                    QTBUG-117519 Qt Creator Fails to Open Example Projects on Latest MacOs -           
- Closed
 
-         
