My Foo_Prefix.pch
file can't find boost. I installed boost with brew
and have added /usr/local/include
for both Debug and Release in the Build Settings/Search Paths/Header Search Paths
in non-recursive
mode. Switching to recursive mode causes different problems, like header files nested too deeply.
The error message is: Foo_Prefix.pch: Lexical or Preprocessor Issue 'boost/array.hpp' file not found
The header file /usr/local/include/boost/array.hpp
exists. I have cleaned the project and restarted Xcode several times.
Help?