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. 5.3 RC and iPad

5.3 RC and iPad

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 964 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.
  • L Offline
    L Offline
    litlington
    wrote on last edited by
    #1

    I've just tried switching my iPad project to use QT 5.3 RC but after I run QMake, my iPad device disappears from the option list in XCode.

    To switch to QT 5.3 RC, I go into Manage Kits->Build and Run and change the Qt Version from 'Qt 5.2.1 for iOS' to 'Qt Version for 5.3.0'.

    Is there something else I need to do in Qt Creator or XCode?

    (If I switch back to QT 5.2.1, my iPad device reappears in the XCode option list.)

    Thanks.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      litlington
      wrote on last edited by
      #2

      I've just gone back to this issue.

      QMake creates an xcodeproj directory which contains the file project.pbxproj. Comparing the project.pbxproj files created for Qt 5.2.1 and Qt 5.3.0 I noticed that Qt 5.2.1 was setting SDKROOT to 'iphoneos' whereas Qt 5.3.0 was setting SDKROOT to 'iphonesimulator'. By manually editing project.pbxproj to change 'iphonesimulator' to 'iphoneos' (in four places) everything works as before in XCODE 5.

      I can now use Qt 5.3.0 on the iPad!

      So now I need to find out how to get QMAKE to output SDKROOT as 'phoneos' so that I don't have to re-edit after each use of QMAKE.

      Suggestions welcome.

      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