I have a problem compiling core-plot 0.9 examples in XCode 3.2.6 for ios. The problem starts in the Controller.h on this line
#import <CorePlot/CorePlot.h>
and the compiler says CorePlot/CorePlot.h not found. I followed the README for static Library Install.rtf so I have a CorePlotHeaders folder in the project and libCorePlot-CocoaTouch.a in Link Binary With Libraries folder.
#import <CorePlot/CorePlot.h>to reference the headers in the Mac framework. The iOS examples all use#import "CorePlot-CocoaTouch.h"for the iOS static library. You may also find the instructions on the project wiki to be more helpful: code.google.com/p/core-plot/wiki/UsingCorePlotInApplications - Brad Larson