I am getting the following error when I try to implement Core-Plot in my iPhone app.
CorePlot-CocoaTouch.h: No such file or directory
Use this link, and add -all_load and -Objc in other linker Flags (get info -> build (in linking section you find other linker flags)).
-all_load
-Objc
And give complete path in header search paths (in search path section) for your core-plot framework. Looks like .../core-plot/framework.
.../core-plot/framework