Xcode project for building cpp-ethereum/alethzero

Is anybody working on an Xcode project for building the ethereum C++ sources that will successfully include the required Boost headers? The command line build of ethereum works, but I'd like to be able to build using an Xcode project (since that provides access to the debugging facilities of the Xcode IDE).

I've taken a couple of stabs at creating an Xcode command line project, but haven't been able to even get a generic command line app to build (without any of the ethereum headers included) when including . Boost threads are currently required by the ethereum sources.

Comments

Sign In or Register to comment.