py310-pyqt5 error: :info:build Project ERROR: Could not resolve SDK Path for 'macosx11' using --show-sdk-path
I then tried ports $ xcrun --sdk macosx10.11 --show-sdk-path xcodebuild: error: SDK "macosx10.11" cannot be located. xcodebuild: error: SDK "macosx10.11" cannot be located. xcrun: error: unable to lookup item 'Path' in SDK 'macosx10.11' ports $ xcrun --show-sdk-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk How should I proceed? Thanks, Mark