No header files found

I am adding unit tests (SenTest) to an existing Xcode 4.2 project. Xcode complains that it cannot find the necessary Box2D header files. For instance,

  Box2D/Dynamics/b2Fixture.h file not found

Box2D source files are added to my project in the " libs" group . Header files are no problem when creating an untestable object. Obviously, I cannot add header files to the test target, but I have added all Box2D files .cppto this target. This only led to more “vocabulary or preprocessor problems,” as mentioned above.

How do I tell Xcode where to find these header files?

+5
source share
1 answer

, .h. .h , XCode , .h .

+2

All Articles