Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Can no longer define target architecture for iOS in Qt 5.8

Can no longer define target architecture for iOS in Qt 5.8

Scheduled Pinned Locked Moved Solved Mobile and Embedded
5 Posts 2 Posters 1.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Andreas E.
    wrote on last edited by
    #1

    Hi,

    I develop an iOS app that uses an external library which only supports arm64. In Qt 5.7 I added

    QMAKE_IOS_DEVICE_ARCHS = arm64

    in the .pro file and it worked fine.

    In Qt 5.8 the linker complaints about missing symbols for armv7 for the library symbols. How can I disable armv7 in a Qt 5.8 build?

    Thanks!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Looks like a potential regression. You should take a look at the bug report system to see if it's something known.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • A Offline
        A Offline
        Andreas E.
        wrote on last edited by
        #3

        Yes I got a response in the bug tracker.
        Apparently it has been renamed to QMAKE_APPLE_DEVICE_ARCHS in Qt 5.8. That solves the problem.
        Thanks!

        1 Reply Last reply
        2
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Thanks for sharing your findings !

          Can you also share the link to the bug report please ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • A Offline
            A Offline
            Andreas E.
            wrote on last edited by
            #5

            This is the corresponding bug report:
            https://bugreports.qt.io/browse/QTBUG-59405

            1 Reply Last reply
            2

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved