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

[REG 5.7.1->5.8.0] iOS: QMAKE_IOS_DEVICE_ARCHS no longer working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.8.0
    • Build tools: qmake
    • None
    • iOS/tvOS/watchOS

    Description

      I have a project that includes an external library which only supports arm64. In Qt 5.7.1 I added

      QMAKE_IOS_DEVICE_ARCHS = arm64

      and the project built for arm64 correctly.

      With Qt 5.8 I get

      ld: symbol(s) not found for architecture armv7

      and it lists the symbols from the external library.

      So it is no longer possible to build the app. To reproduce:

      • Add to any iOS .pro file: QMAKE_IOS_DEVICE_ARCHS = arm64
      • Start build
      • EXPECTED: compiles for arm64 only
      • ACTUAL: compiles for arm64 and armv7

      Attachments

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

        Activity

          People

            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            andreas.e Andreas
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes