Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-56054

Qmake fails with Xcode 8 and iOS 10

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.6.2
    • 5.5.1, 5.7.0
    • Build tools: qmake
    • None
    • macOS 10.11.6, Xcode 8, Qt Creator 4.1.0, Qt 5.5.1, Qt 5.7.0
    • iOS/tvOS/watchOS
    • 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

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            richard Richard Moe Gustavsen
            grubba Gus Grubba
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes