Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
Qt Creator 4.11.1
-
iOS 13 on device
Description
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
Attachments
Issue Links
- relates to
-
QTCREATORBUG-21682 When debugging on an iOS device it can take at least a minute to connect to the device if it manages to connect at all
- Closed