Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-22784

[Reg 4.9->4.10] SDK include paths for iOS missing

    XMLWordPrintable

Details

    • iOS/tvOS/watchOS
    • c6b9f406152e160747a4287a5faa4ce86c9c9fe6 (qt-creator/qt-creator/4.10)

    Description

      The clang call that is used to get the toolchain includes/defines misses the -arch flag.

      It calls

      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -stdlib=libc++ -x c++ -E -v - -target aarch64-apple-darwin18.6.0
      

      without the required -arch arm64 (which is correctly the platform codegen & linker flag in the tool chain settings)

      Attachments

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

        Activity

          People

            con Eike Ziller
            con Eike Ziller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes