Using boost with XCode - some help?

Hi everyone,
I am trying to use the boost C++ library for a project. I am installing it using:
brew install boost
and then I am starting with an empty ofx example. After installation the library is in the /usr/local/include folder as expected. When I do:
#include <boost/header.hpp> it complains that it can not find the file, even though I have included in the header search paths of XCode the aforementioned path to boost.

Any tip much appreciated!!

Have you add header search path for both of project and product settings?

And oF 0.9.3 come with boost included at /libs/boost
So you can also edit CoreOF.xconfig and switch your favorite boost like below

HEADER_BOOST = “/usr/local/include”