errors when attempting to debug an iOS app
Unsolved
Mobile and Embedded
-
The app gets deployed by Qt Creator. It runs without debugger just fine. When debugging is attempted it goes on and on like follows:
created qml server 00:12:58: Debugging /Users/anonymous/Documents/MyApp/build-MyApp-Qt_5_15_2_for_iOS-Debug/Debug-iphoneos/MyApp.app/MyApp -qmljsdebugger=port:59210,block,services:DebugMessages,QmlDebugger,V8Debugger,QmlInspector,DebugTranslation ... handleNewRelayConnection setting up relayer for new connection tryRemoteConnect TransferAppSession(34534534fdgdfg565456456dfgdfgdfg, /Users/anonymous/Documents/MyApp/build-MyApp-Qt_5_15_2_for_iOS-Debug/Debug-iphoneos/MyApp.app)connectByPort on device 34534534fdgdfg565456456dfgdfgdfg port 30002 failed, AMDeviceStartService returned 61 tryRemoteConnect *failed* on remote port 30002 handleNewRelayConnection setting up relayer for new connection tryRemoteConnect TransferAppSession(34534534fdgdfg565456456dfgdfgdfg, /Users/anonymous/Documents/MyApp/build-MyApp-Qt_5_15_2_for_iOS-Debug/Debug-iphoneos/MyApp.app)connectByPort on device 34534534fdgdfg565456456dfgdfgdfg port 30002 failed, AMDeviceStartService returned 61 tryRemoteConnect *failed* on remote port 30002 handleNewRelayConnection setting up relayer for new connection tryRemoteConnect
Ideas?
latest iOS, Mac is running latest BigSur
Update: This seems to happen only when QML debugging is enabled. Without QML debugging everything works just fine.