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:
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