Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.5.1, 5.7.0
-
None
-
macOS 10.11.6, Xcode 8, Qt Creator 4.1.0, Qt 5.5.1, Qt 5.7.0
-
-
87b256c4359ddd4d29aec7db8962be81f80f79c3
Description
Error message:
Project ERROR: Current iphoneos SDK version (10.0) is too old. Please upgrade Xcode.
max-ios-clang/features/sdk.prf uses a string compare for version and "10.0" is returning less than "8.0"
lessThan(QMAKE_MAC_SDK_VERSION, "8.0"): \ error("Current $$QMAKE_MAC_SDK SDK version ($$QMAKE_MAC_SDK_VERSION) is too old. Please upgrade Xcode.")
This is after manually patching QTBUG-55649