dyld: Library not loaded: @rpath/QtQuick.framework/Versions/5/QtQuick on Qt Planets example
Unsolved
General and Desktop
-
Hi everyone! New to Qt! When trying to compile the planets example I encounter this error:
dyld: Library not loaded: @rpath/QtQuick.framework/Versions/5/QtQuick
Referenced from: /Users/Amuri/Desktop/mandoline/qt-everywhere-opensource-src-5.9.0-beta2/qtcanvas3d/examples/canvas3d/threejs/planets/planets.app/Contents/MacOS/planets
Reason: image not foundCan anybody help me here? Thanks
-
Hi and welcome to devnet,
First thing, update your Qt version, Qt 5.9.1 is the current version so you shouldn't stay with a beta.
Then how are you running that example ? From Qt Creator ? The console ?
-
Then, as I already wrote, start by installing the latest release of Qt and Qt Creator instead of using a beta.
-
You got it working now ?