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

我与影子孤独终老i 提交于 2020-01-05 12:15:49

问题


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 targets.

Please help!!!


回答1:


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



来源:https://stackoverflow.com/questions/6918244/how-to-add-coreplot-cocoatouch-xcodeproj-to-my-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!