issue with using Core Plot in XCode6.1

会有一股神秘感。 提交于 2019-12-02 16:13:11

问题


I followed each step successfully from here. I am able to import

#import "CorePlot-CocoaTouch.h"

But When I Build My Project I get linker Error.How I can resolve this error.

Here is the screenshot of the error that i am getting:


回答1:


Those missing symbols are from the Accelerate framework. Recent Core Plot builds require your app to link that framework, too.



来源:https://stackoverflow.com/questions/29342286/issue-with-using-core-plot-in-xcode6-1

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