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