Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator 3.6.1 - QML Profiler - iOS

QtCreator 3.6.1 - QML Profiler - iOS

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
qtcreator 3.6.1qml profilerios
1 Posts 1 Posters 879 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MaxL
    wrote on last edited by MaxL
    #1

    Hi all,

    I am currently struggling with the QML Profiler for iOS.
    I have tried 'almost' everything and I can't get it to work:

    Analyse - QML Profiler
    Hangs there, application does not start and I have the following message even though it says created cml server and QML debugging is enabled. Only use this in a safe environment. :
    WARNING: QQmlDebugService: Conflicting plugin name "CanvasFrameRate"
    WARNING: QQmlDebugService: Conflicting plugin name "EngineControl"

    -qmljsdebugger=port:12345,block - QML Profiler ( external )
    Same warnings as before:
    WARNING: QQmlDebugService: Conflicting plugin name "QmlInspector"
    WARNING: QQmlDebugService: Conflicting plugin name "CanvasFrameRate"
    WARNING: QQmlDebugService: Conflicting plugin name "EngineControl"
    WARNING: QQmlDebugService: Conflicting plugin name "DebugMessages"
    WARNING: QQmlDebugService: Conflicting plugin name "QmlDebugger"
    WARNING: QQmlDebugService: Conflicting plugin name "V8Debugger"
    WARNING: QQmlDebugService: Conflicting plugin name "NativeQmlDebugger"

    QML Profiler outputs this:
    QML Profiler: Connecting to debug server at :12345 ...
    QML Profiler: Resolving host
    QML Profiler: Network connection dropped
    QML Profiler: Error: (2) Hôte introuvable
    QML Profiler: Debug connection error 1

    QQmlDebuggingEnabler
    I tried the following code as the first lines of my main:

        QQmlDebuggingEnabler enabler;
        enabler.startTcpDebugServer( 12345, QQmlDebuggingEnabler::WaitForClient );
    

    App outputs is the following:
    QML debugging is enabled. Only use this in a safe environment.
    QQmlDebugService: Conflicting plugin name "QmlInspector"
    QQmlDebugService: Conflicting plugin name "CanvasFrameRate"
    QQmlDebugService: Conflicting plugin name "EngineControl"
    QQmlDebugService: Conflicting plugin name "DebugMessages"
    QQmlDebugService: Conflicting plugin name "QmlDebugger"
    QQmlDebugService: Conflicting plugin name "V8Debugger"
    QQmlDebugService: Conflicting plugin name "NativeQmlDebugger"
    QML Debugger: Waiting for connection on port 12345...

    but QML Profiler ( external ) still outputs:
    QML Profiler: Connecting to debug server at :12345 ...
    QML Profiler: Resolving host
    QML Profiler: Network connection dropped
    QML Profiler: Error: (2) Hôte introuvable
    QML Profiler: Debug connection error 1

    Does anyone got the QML profiler working with iOS ? I am kind of desperate here..

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved