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. Qt 5.9 not working with Xcode 8.3.3
QtWS25 Last Chance

Qt 5.9 not working with Xcode 8.3.3

Scheduled Pinned Locked Moved Solved Mobile and Embedded
5 Posts 4 Posters 2.5k 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.
  • michaelLM Offline
    michaelLM Offline
    michaelL
    wrote on last edited by
    #1

    Hi,

    since i update my xcode to versiuon 8.3.3 Qt is given me an error if i try to deploy my app to my iphone:

    TransferAppSession(735ce4b15d50aff430402d70b167f678d9577da8, ...app)Mount Developer Disk Image failed. Unable to fetch developer disk image path.
    TransferAppSession(735ce4b15d50aff430402d70b167f678d9577da8, ...app)Running app "...app" failed. Mount developer disk failed.

    Any idea?

    The Qt examples are also not working and running the app on Desktop is giving me the same error.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Schluchti
      wrote on last edited by
      #2

      Looks like you run into this problem: https://bugreports.qt.io/browse/QTCREATORBUG-18380

      A workaround is written in the comments section.

      Want to read more about Qt?

      https://gympulsr.com/blog/qt/

      Latest Article: https://gympulsr.com/blog/qt/2017/06/14/ios-background-music-qt.html

      1 Reply Last reply
      2
      • ekkescornerE Offline
        ekkescornerE Offline
        ekkescorner
        Qt Champions 2016
        wrote on last edited by ekkescorner
        #3

        as @Schluchti wrote - there's an easy workaround:

        • find your Xcode APP
        • right-click on the APP to get the content
        • open Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
        • duplicate your 10.3.1 or so folder
        • rename duplicated folder to 10.3

        and it will work again :)

        BTW: it's not Xcode 8.3.3 - it's iOS 10.3.x
        running on iOS 10.2.x from Xcode 8.3.3 it would work without any changes

        ekke ... Qt Champion 2016 | 2024 ... mobile business apps
        5.15 --> 6.8 https://t1p.de/ekkeChecklist
        QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

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

          Hi,

          @ekkescorner what about just creating a symbolic link ?

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

          ekkescornerE 1 Reply Last reply
          0
          • SGaistS SGaist

            Hi,

            @ekkescorner what about just creating a symbolic link ?

            ekkescornerE Offline
            ekkescornerE Offline
            ekkescorner
            Qt Champions 2016
            wrote on last edited by
            #5

            @SGaist you're right: would be better to use a symbolic link

            haven't thought about this
            (that's the drawback doing as most stuff as possible from IDE's instead of cmd line ;-)

            ekke ... Qt Champion 2016 | 2024 ... mobile business apps
            5.15 --> 6.8 https://t1p.de/ekkeChecklist
            QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

            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