开发者

How to add coreplot-cocoaTouch.xcodeproj to my project?

I am trying to use CorPlot to draw pie charts to display the data but while setting up the project when i am trying to include

#import "CorePlot-CocoaTouch.h"

it's giving errors saying "No such file or directory". Although i am doing all the necessary steps.

Please let me know if there is something else i need to do except below steps.

1) Download mercurial and get the code through terminal command and save it in a folder.

2) drag n drop the coreplot-cocoaTouch.xcodeproj to my project.

3) Add direct dependency and set the header search path and other linker flag.

4) drag the libCoreplot-CocoaTouch.a to the linker under开发者_JS百科 targets.

Please help!!!


You have to set the recursive flag in header search path.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜