Hi Devs, Mac Wallet not working on OS X 10.9.1 Mavericks. Please fix. Thanks.
Unforturnatly I can not really help you... But I can help you help yourself by telling you how to compile your own wallet from the github source. You would need to do the following:
First get Xcode:
http://guide.macports.org/#installing.xcodeThen get Macports from here:
https://distfiles.macports.org/MacPorts/MacPorts-2.2.1-10.9-Mavericks.pkgThen enter the following command in Terminal:
sudo port install boost db48 qt4-mac openssl miniupnpc git
Then enter the following to clone the source and compile your wallet:
git clone https://github.com/s4w3d0ff/cryptographicanomaly.git
cd /cryptographicanomaly/ && qmake *.pro && make
If you want the cryptographicanomalyd program enter this next command, if not your qt wallet should be in your cryptographicanomaly folder.
cd /src/ && make -f makefile.osx
The cryptographicanomalyd program will be in your cryptographicanomaly/src folder.
Hope this helps and if you get a good compile please share it with others who need it.