Qt Creator error messages on Mac
-
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.
-
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:
-
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.
-
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.