[Qt-creator] iPhone XS, can't debug

Jason H jhihn at gmx.com
Fri Feb 28 20:54:34 CET 2020


A while ago, this broke when Apple changed the format of their device IDS.

$ 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 52df606c45119d77676ee6be5dbcdc01bb807a4f port 30001 failed, AMDeviceStartService returned 61
tryRemoteConnect *failed* on remote port 30001
handleNewRelayConnection
setting up relayer for new connection
tryRemoteConnect
tryRemoteConnect *succeeded* on remote port 30001

Seems the hyphen is breaking things?



More information about the Qt-creator mailing list