开发者

error: CorePlot-CocoaTouch.h: No such file or directory

i know i am asking the same question as this question is already ask many times by other people but still i have problem after following all steps

First, drag the CorePlot-CocoaTouch.xcodeproj file into your iPhone application's Xcode project (making sure that nothing's copied and the paths are relative to your project). Then go to the Targets tab in Xcode, select your application's target, and bring up the inspector. Go to the General settings page and add the CorePlot-CocoaTouch library as a direct dependency.

Core Plot is built as a static library for iPhone, so you'll need to drag the libCorePlot-CocoaTouch开发者_开发技巧.a static library from under the CorePlot-CocoaTouch.xcodeproj group to your target's Link Binary With Libraries folder.

You'll also need to point to the right header location. Under your Build settings, set the Header Search Paths to the relative path from your application to the framework/ subdirectory within the Core Plot source tree. Make sure to make this header search path recursive. You need to add -ObjC and -all_load to Other Linker Flags as well.

Core Plot is based on Core Animation, so if you haven't already, add the QuartzCore framework to your application project.

i am not able to figure it out where is the problem

thank you


I added header folder in my project


try this link, this will help you.

https://decibel.ni.com/content/docs/DOC-12836

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜