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. Specifying proper Arm processor for iOS
Forum Updated to NodeBB v4.3 + New Features

Specifying proper Arm processor for iOS

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 1.0k 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.
  • K Offline
    K Offline
    kloveridge
    wrote on last edited by
    #1

    I have a iPad Air 2 and a iPhone 5. The iPad uses a Armv7 and the iPhone uses a Armv6. The app runs fine on the iPad, but not so good on iPhone. It appears that a likely candidate is that the iPhone is compiling with the Armv7 setting. How do I specify the architecture per device for iPhone?

    1 Reply Last reply
    0
    • hpasaH Offline
      hpasaH Offline
      hpasa
      wrote on last edited by
      #2

      iPhones have been armv7 for years now. So I doubt this is your problem.

      However, a related arm binary is is the 64 bit-ness. It is unclear to me if Qt Creator does the 64bit ARM build by default, so are the binaries fat by default as soon required for App Store submission...

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kloveridge
        wrote on last edited by
        #3

        Yea. I was having problems running my app on a Iphone 5 (but it was working on a iPad Air). I was grasping. Turns out I was setting up the openGL layer incorrectly

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

          Hi,

          From 5.4 on, Qt's built for both architecture on iOS. It will be a requirement for Apple's iOS App Store next year.

          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

          • Login

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