Qt 5.2.1, can't debug QML on android or iOS
-
Hi all. I'm evaluating Qt for my team, and I'm unable to get QML debugging working with iOS or android. I'm running Qt Creator 3.1.0 on Mac OS X 10.9.
I'm just trying a simple 'Hello World' Application to get familiar with Qt creator. I am able to deploy and run to the iOS Simulator, an iOS Device, an Android Device, and an Android emulator. However, in each of these cases, whenever I try to launch the debugger, I get the following error:
@QML debugging is enabled. Only use this in a safe environment.
"QML Debugger: Ignoring "-qmljsdebugger=port:30001,block". Remote debugger plugin has not been found." @I can deploy via debug without problem to the desktop, and I know that I am building with QML Debugging support (I've tried changing the setting in the build tab and rebuilding multiple times).
Does anyone know in more detail what that message is actually saying, or what I can try? Is QtCreator unable to find a tool or library plugin it's looking for?