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. How to compile project for ios 9.3 and armv7

How to compile project for ios 9.3 and armv7

Scheduled Pinned Locked Moved Solved Mobile and Embedded
7 Posts 3 Posters 2.6k Views 1 Watching
  • 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
    alex_lip
    wrote on last edited by alex_lip
    #1

    In QT Creator i compile my project for ios 10 and arm64 - work the best.
    But how I can do this for ios 9.3 and armv7(for my Ipad 3)?
    I must set parameters for Xcode. I try do this in pro file :

    ios {
        QMAKE_IOS_DEVICE_ARCHS = armv7
        CONFIG += armv7
        QMAKE_IOS_DEPLOYMENT_TARGET = 9.0
    }
    

    But in Xcode Device architecture is not set. And Qt Creator not compiled for armv7.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      alex_lip
      wrote on last edited by
      #7

      I found this bug-report
      https://bugreports.qt.io/browse/QTBUG-65544
      Qt 5.9 is a long-term supported release and continues to support iOS 9 if your app requires support for older devices.

      For Qt 5.10, the minimum target version is iOS 10, as you say. You can see the full list of supported platforms here: http://doc.qt.io/qt-5/supported-platforms.html

      According to numbers from Apple, 92% of active devices are now on iOS 10 or iOS 11.

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

        Hi,

        What version of Qt are you using ?
        What version of Xcode ?

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

        A 1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          What version of Qt are you using ?
          What version of Xcode ?

          A Offline
          A Offline
          alex_lip
          wrote on last edited by alex_lip
          #3

          @SGaist QT for iOS 5.10 and try 5.11. Xcode 9.2 . Qt Creator 4.5.0

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

            IIRC, you can set the architecture by hand in Xcode.

            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
              alex_lip
              wrote on last edited by alex_lip
              #5

              If i set the architecture armv7 in Xcode - i see 64 warning's -
              ignoring file LibQt5Core_debu.a missing required architecture armv7 in file LibQt5Core_debu.a
              ignoring file LibQt5Gui_debug.a missing required architecture armv7 in file LibQt5Gui_debug.a .....
              .........................
              and clang: error: linker command failed with exit code 1(use -v to see invocation)

              jsulmJ 1 Reply Last reply
              0
              • A alex_lip

                If i set the architecture armv7 in Xcode - i see 64 warning's -
                ignoring file LibQt5Core_debu.a missing required architecture armv7 in file LibQt5Core_debu.a
                ignoring file LibQt5Gui_debug.a missing required architecture armv7 in file LibQt5Gui_debug.a .....
                .........................
                and clang: error: linker command failed with exit code 1(use -v to see invocation)

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #6

                @alex_lip Do you actually have Qt for iOS armv7 installed?

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  alex_lip
                  wrote on last edited by
                  #7

                  I found this bug-report
                  https://bugreports.qt.io/browse/QTBUG-65544
                  Qt 5.9 is a long-term supported release and continues to support iOS 9 if your app requires support for older devices.

                  For Qt 5.10, the minimum target version is iOS 10, as you say. You can see the full list of supported platforms here: http://doc.qt.io/qt-5/supported-platforms.html

                  According to numbers from Apple, 92% of active devices are now on iOS 10 or iOS 11.

                  1 Reply Last reply
                  3

                  • Login

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