Search code examples
c++xcodeboostxcode4

Using Boost with Xcode4


has anyone setup a C++ Xcode4 project to use Boost? what settings do I need to set in Xcode for a simple C++ console application?

Thanks


Solution

  • Managed it with this:

    Link binaries with libraries

    and this:

    enter image description here