-
-
Notifications
You must be signed in to change notification settings - Fork 29
F02. | Fix macOS Qt Install
nnian edited this page Apr 28, 2019
·
1 revision
Dyld Error Message:
Library not loaded: /usr/local/opt/qt@5.5/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: qt@5.11, clone it then rename the clone to qt@5.5
Then start QWC Wallet GUI
- A01. | Contributing
- A02. | Getting Started
- A03. | Qwertycoin Community
- A04. | Qwertycoin Voting
- A05. | Qwertycoin API
- B01. | Generating a Wallet
- B02. | Making a Paper Wallet
- B03. | Wallet Backup
- B04. | Wallet Recovery
- B05. | Wallet Update
- B06. | Using CLI Wallet
- B07. | Using RPC Wallet
- B08. | Using GUI Wallet
- B09. | Using Zero Wallet
- B10. | Using Web Wallet
- B11. | Using Mobile Wallet
- B12. | RPC Wallet API
- B13. | Sign and verify messages
- C01. | Start Masternode
- C02. | Fix Sync Issues
- C03. | Load Checkpoints
- C04. | JSON RPC API
- C05. | HTTP RPC API
- D01. | XMR Stak Guide
- D02. | XMR Stak Linux Guide
- D03. | XMRIG Guide
- D04. | Mining with SBC
- D05. | Cloud Mining
- D06. | Mobile Mining
- D07. | Using a Mining Pool
- D08. | Creating a Mining Pool
- E01. | How to trade QWC on Crex24
- E02. | How to trade QWC on Bitexlive
- E03. | How to trade QWC on Bisq
- G01. | Hosting Block Explorer
- G02. | Hosting Faucet
- G03. | Hosting Web Wallet
- G04. | How to use the QWC Faucet