Hello everyone,
The macOS wallet is fully working the problem are the missing libraries that are not shipped with a default installation of macOS.
Please install homebrew by executing the following command in your terminal: /usr/bin/ruby -e "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install)"
After it is installed just install the missing boost libraries with the following command: brew install boost --c++11
If everything was done correctly you will now be able to execute the wallet. Also if for some reason you keep getting a missing library error please link boost to your system with the following command: brew link boost --force
Cheers
I have only wallet on my MacBook, what i must do? I don't know what is terminal(( Can you make step by step? Help, please!
Hello,
Sure thing.
Go to Applications > Utilities > Terminal
In terminal write: /usr/bin/ruby -e "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install)"
When it is finished write: brew install boost --c++11
When finished try to run your wallet, it should work now.
In case it doesn't please write this instruction in the terminal: brew link boost --force
Cheers