MacOS QT Install
Dyld Error Message: Library not loaded: /usr/local/opt/[email protected]/lib/QtDBus.framework/Versions/5/QtDBus Referenced from: /Qwertycoin.app/Contents/MacOS/Qwertycoin Reason: image not found
Solution:
Open a terminal and write:
brew install qt5 --with-developer
then wait untill installation is finished. Type in terminal:
echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile
Use finder click go --> Go to Folder then type in
/usr/local/opt
theres a folder now: [email protected], clone it then rename the clone to [email protected]
Then start QWC Wallet GUILast modified 3yr ago