I have a strange problem and can't figure it out. I have installed home brew and brew installed boost.
In the Xcode I add search header paths /usr/local/Cellar, in the build setting I add .dlyb files.
Once I try to compile some example code I get warning/suggestion to replace in boost's headers #include with #include "boostFile" brackets with quotes.
Any ideas why this is happening ?
Maybe I am doing something wrong, I'm not sure.
Thanks for any input.
Regards.