The Windows wallet is working fine, however am getting the following error on macOS High Sierra 10.13.4. The latest update has been installed.
Excerpt from Apple crash report:
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x1] Library missing
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: @loader_path/libboost_system-mt.dylib
Referenced from: /Users/------/Desktop/Wallets/SimpleCore-Qt.app/Contents/Frameworks/libboost_thread-mt.dylib
Reason: image not found
Has anyone reported similar problems?
Yes indeed
Problm with libraries
So you have to do 2 things in order to fix this :
1- Download and install Homebrew ( here :
https://brew.sh/ )
2-Once you installed Homebrew on your Mac OS, open Terminal and copy past this :
brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf libevent
Once it is finished , all dependencies are installed, so QT will work on your Mac OS