views:

126

answers:

1

Hi everyone. I'm trying to walk someone through adding CorePlot to their iPhone app. I have it working on my computer, but he keeps getting the

CorePlot-CocoaTouch.h: no such file or directory

error. I get the same error if I mess up the "header search paths" in the build settings. Otherwise, I can build it just fine. The only difference in our setup is that I'm using XCode 3.2.3 and he is using a previous version. Would that cause an issue like this? The only thing I can think of is that his header search path is not getting read correctly, because we've verified that the header search path is correct on his end.

Thanks for any help!

+1  A: 

Make sure that in the build target, the header is part of the copy build phase. This should clear it up if you're in fact, embedding CorePlot in the application.

jer
Sorry for the misunderstanding. We are not copying any files to the bundle, just referencing. I get the same errors he does in my project if I set the header search path incorrectly. If I set them correctly I build the project fine. I think he has the header search path wrong
JustinXXVII