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

qt does not handle Xcode 10

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.9.4, 5.9.5, 5.9.6
    • Build tools: qmake
    • None
    • Xcode 10.0 (10A255)
    • iOS/tvOS/watchOS, macOS

    Description

      When updating Xcode to version 10.0 it become impossible to load a project. Project loading always fail with error :

      Project ERROR: This mkspec requires Xcode 4.3 or later

      It look like the check does a string compare so he find 10.0 lower than 4.3

      I found how it is checked in the file :

      Qt_folder/5.9.6/Src/qtbase/mkspecs/features/uikit/default_pre.prf 

      which is the same for each platform on each version:

      # Check for supported Xcode versions
      lessThan(QMAKE_XCODE_VERSION, "4.3"):
      error("This mkspec requires Xcode 4.3 or later")

      ios:shared:lessThan(QMAKE_IOS_DEPLOYMENT_TARGET, "8.0"):
      QMAKE_IOS_DEPLOYMENT_TARGET = 8.0

      Attachments

        Issue Links

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

          Activity

            People

              buddenha Oswald Buddenhagen
              felicien Felicien Bellot
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes