Post
Topic
Board Announcements (Altcoins)
Re: [ANN] || GIRO - POW/POS Hybrid - Masternodes- ICO LIVE AIRDROP ||
by
Maxximus007
on 04/01/2018, 10:04:45 UTC
we are proud to announce that we just upload the wallet for mac

you can download it at our page


Smiley



Hi, the MacOS wallet will not open, because it's missing QT framework (and boost but brew can solve that).

Code:
dyld: Library not loaded: /usr/local/opt/boost/lib/libboost_system.dylib
  Referenced from: /Users/name/Downloads/giro_2_0_4_mac/./giro-qt
  Reason: image not found
Abort trap: 6
Solved with: brew install boost

Code:
dyld: Library not loaded: /usr/local/opt/qt/lib/QtNetwork.framework/Versions/5/QtNetwork
  Referenced from: /Users/name/Downloads/giro_2_0_4_mac/./giro-qt
  Reason: image not found
Abort trap: 6

Think you have to package it to make it work on Macs without devtools installed.