views:

17

answers:

0

Hi everyone,

I did use CorePlot 0.1, everything is ok, and now I want to upgrade to new version 0.2.1 which support pinches functionality and some other new things. But I meet some problems that, note that I use CorePlotSDK instead of add CorePlot-CocaTouch project:

  • When I try to build "CPTestApp-iPhone" project of CorePlot, I got below errors, I am using Xcode 3.2 and SDK 3.1.3, I got the same errors when using Xcode 3.2.4 and SDK 4.1 alt text It's seem the CorePlot framework does not found UIPinchGestureRecognizer but I did search and found this class in library folder.

  • Then when I build my project with CorePlot, I got 42 errors, all of them relate to CorePlot/ alt text I did search but not find out the root cause, Anyone know how to resolve this problem, please help me!

[EDIT] I don't know why that when I build my project with CorePlot on simulator is failed, but I choose target to device it is success!!! :(