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. Qt Creator error messages on Mac
QtWS25 Last Chance

Qt Creator error messages on Mac

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 4 Posters 2.9k 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.
  • AlicemirrorA Offline
    AlicemirrorA Offline
    Alicemirror
    wrote on last edited by
    #1

    Going ahead this little confusion on versions, for now I adopted the same SDK an all machines, checked that all is at the same release.

    When I start Qt on mac I receive a list of elements that seems a warning, because then the system starts. But something work wrong in the application when it is compiled.

    @GLSLEditor
    Could not resolve dependency 'Core(2.1.81)'
    Could not resolve dependency 'TextEditor(2.1.81)'
    Could not resolve dependency 'ProjectExplorer(2.1.81)'

    Macros
    Could not resolve dependency 'Core(2.1.81)'
    Could not resolve dependency 'Locator(2.1.81)'
    Could not resolve dependency 'Find(2.1.81)'
    Could not resolve dependency 'TextEditor(2.1.81)'

    QmlJSTools
    Could not resolve dependency 'TextEditor(2.1.81)'
    Could not resolve dependency 'ProjectExplorer(2.1.81)'
    Could not resolve dependency 'Locator(2.1.81)'
    Could not resolve dependency 'CppTools(2.1.81)'
    @

    Is it possible that this is related to the X-Code version that I have installed ? It is the standard version delivered on the Snow Leopard DVD.

    Enrico Miglino (aka Alicemirror)
    Balearic Dynamics
    Islas Baleares, Ibiza (Spain)
    www.balearicdynamics.com

    1 Reply Last reply
    0
    • A Offline
      A Offline
      athamala
      wrote on last edited by
      #2

      Have you tried launching "SDKMaintenanceTool" (or Qt creator menu Help - Start updater) and upgrading the Qt Creator component? You should get rid of these messages after update (at least it did it for me). See related bug report:

      http://bugreports.qt.nokia.com/browse/QTSDK-614

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        Those messages indicate that some of the modules are not of the expected version.

        This happens mostly when trying to build a new version of creator: Some modules were updated to some new/old version while others are not (e.g. due to the compilation failing half way through).

        This actually looks like you installed an older version of creator over a newer one without properly removing what you had before: Some of the newer plugins stayed around and creator now tries to load them and fails since they expect their dependencies to be of a newer version.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          lwahonen
          wrote on last edited by
          #4

          This probably means that you used the offline installer. It's broken on Windows as well :)

          1 Reply Last reply
          0
          • AlicemirrorA Offline
            AlicemirrorA Offline
            Alicemirror
            wrote on last edited by
            #5

            Hi, sorry for the delay in my answer but I have big troubles to solve some problems in the source code.

            If I remember, I used the offline installer, but I had no problems bot in wndows of mac, running the program.
            When the error appeared, what I means is that I tried to update on MAC so I removed all and reinstalled SDK 1.1 and now the problem seems solved.

            Enrico Miglino (aka Alicemirror)
            Balearic Dynamics
            Islas Baleares, Ibiza (Spain)
            www.balearicdynamics.com

            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