I got the error ``` Project ERROR: Could not resolve SDK path for 'macosx11.6' ``` I used `xcodebuild -sdk -version` to figure out what SDK was installed (macosx11.3 in my case), and added `QMAKE_MAC_SDK = macosx11.3` to qtikz.pro.
I got the error
I used
xcodebuild -sdk -versionto figure out what SDK was installed (macosx11.3 in my case), and addedQMAKE_MAC_SDK = macosx11.3to qtikz.pro.