Hey. I do not have a wallet in the MAC OS. Any solution ... Running a wallet leads to an error
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