Hi to everbody,
when I using qt with the new xcode 9.0 update it's shiped a new macosx-Sdk.
The thing is qt doesn't find the path to the SDK. Shall I fix this with new compiler settings
or in qt and how?
here my qt-error :
:-1: Warnung: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk' [-Wmissing-sysroot]
----------------------------
On my System exist just : '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk'
But I can't fix it with :
macx {
QMAKE_MAC_SDK = macosx10.13
}
Do you have an idea how can I fix this link error?
Thx 😉