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?

_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to