I am trying to use CorePlot
with cocoapods
version 0.38.2
. I am pulling CorePlot using
pod 'CorePlot', :git => 'https://github.com/core-plot/core-plot.git', :branch => 'release-2.0'
In my bridging
file, I used
#import "CorePlot-CocoaTouch.h"
Here I am getting an error
"CorePlot-CocoaTouch.h" file not found.
Please tell me if there are any changes need to be done.
Thanks in advance.