0

I'm trying to use CorePlot for an iOS application, I followed the instructions here. But even if the CorePlot-CocoaTouch.h file exists (CorePlot/CorePlotHeaders), the build failed saying:

/Users/zakariagaizi/Desktop/core_plot/core_plot/core_plot-Prefix.pch:14:36: error: CorePlot-CocoaTouch.h: No such file or directory

I Bajwa PHD
  • 1,708
  • 1
  • 20
  • 42
zak
  • 39
  • 1
  • 4

1 Answers1

0

So you have to add the relative path from your project file to the directory of CorePlot in the "Header Search Paths" so that the pre-processor can find them.

David H
  • 40,852
  • 12
  • 92
  • 138
  • Thank you very much, it works!! If i need smth else in working with, i'll ask another Q, seems that this site is very helpfull, ;););) – zak Jul 31 '12 at 11:33