标签: ios core-plot
我正在尝试通过这些说明为我的iOS应用安装Core Plot。 http://code.google.com/p/core-plot/wiki/UsingCorePlotInApplications
但是,我收到此错误
"CPTAnnotation.h" not found
当我在代码中加入#import "CorePlot-CocoaTouch.h"时。为什么呢?
#import "CorePlot-CocoaTouch.h"