开发者

Adding CorePlot to iPhone Project - Errors?

Adding CorePlot to iPhone Project - Errors?

Linker information below

Adding CorePlot to iPhone Project - Errors?

Followed the directions.

Adding CorePlot to iPhone Project - Errors?

Any ideas on how to fix?

Followed directi开发者_高级运维ons for install. I'm using Xcode 4.0.

Thanks, J


Did you follow the instructions? Make sure you add -ObjC -all_load -lCorePlot to Other Linker Flags.


Rechecked instructions and dragged CorePlot-CocoaTouch.xcodeproj into project properly. Solved the problem. Hope this helps someone else ;)


You need to include Foundation.framework in your "deleteTest" target. Select it then go to "Build Phases", you will see one of the phases as "Link Binaries and Libraries", expand this and click the + sign in the bottom left of this list. Add the Framework from this list.


There I found a good link for using Core-Plot having detailed explaining how to add it to project & use the delegate method of Core-Plot.

http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application

It worked g8 for me. Hope you would be able to do the same ,yesterday only I did the same thing from here.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜