Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt Creator 4.14.0-rc1
-
None
Description
When debugging an iOS app with QC, I get the following logs (printed many times periodically):
iOS Debugging connection to creator failed with error 1 tryRemoteConnect TransferAppSession(f423b71e86eb43aa2434bb526a9d0f2c66e3f5cb, /Users/assam/Qt/Examples/Qt-6.0.0/quick/build-touchinteraction-Qt_6_0_0_for_iOS-Debug/Debug-iphoneos/touchinteraction.app)connectByPort on device f423b71e86eb43aa2434bb526a9d0f2c66e3f5cb port 30003 failed, AMDeviceStartService returned 61 tryRemoteConnect *failed* on remote port 30003 tryRemoteConnect
The app only show the start screen with the name of the app, and freezes there, then the debugger will stop (exit or crash not sure). The app then cannot be really stopped from QC, only manually from the device.
It's also worth noting that this happened when breaking at a macro call like in:
DECLARATIVE_EXAMPLE_MAIN(touchinteraction/touchinteraction)
Sometimes the debugger just exits before even waiting at the break point, and sometimes it exist after clicking continue on the break point.