issue with using Core Plot in XCode6.1

2019-03-04 17:15发布

问题:

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.