Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-23689

Trying to connect to an iPhone XS for debugging fails at the TransferAppSession step

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P1: Critical P1: Critical
    • None
    • Qt Creator 4.11.1
    • iOS Support
    • iOS 13 on device
    • macOS

      Trying to connect to an iPhone XS for debugging fails at the TransferAppSession step. This is similar to a previously reported issue where the fact the device id had a - in it which caused it to fail to connect. However this is now a problem again with iPhone XS, whereas iPhone 8+ is working fine.

      $ idevice_id -l
      00008020-0013252C0228002F
      
      
      This now loops forever:
      
      
      tryRemoteConnect
      TransferAppSession(000080200013252C0228002F, /Users/me/Projects/build-
      mobile_app-Qt_5_12_7_for_iOS-Debug/Debug-iphoneos/app.app)connectByPort on
      device 000080200013252C0228002F port 30001 failed, AMDeviceStartService
      returned 61
      tryRemoteConnect *failed* on remote port 30001
      
      
      However works fine on iPhone 8+:
      $ idevice_id -l
      52df606c45119d77676ee6be5dbcdc01bb807a4f
      
      
      tryRemoteConnect
      TransferAppSession(52df606c45119d77676ee6be5dbcdc01bb807a4f,
      /Users/me/Projects/build-mobile_app-Qt_5_12_7_for_iOS-Debug/Debug-
      iphoneos/app.app)connectByPort on device
      

        1. iphone_8plus.txt
          6 kB
          Jason Hihn
        2. iphone_xsmax.txt
          47 kB
          Jason Hihn
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            vikas Vikas Pachdha
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes