When adding EZAudio to my quick project using CocoaPods, I get a compiler error that reads:
Could not build Objective-C module 'EZAudio'
My subfile:
platform :ios, '9' use_frameworks! pod 'CorePlot' pod 'SWRevealViewController' pod 'EZAudio'
I add it to the fast file:
import EZAudio
I do not use the bridge header. Does anyone know why this is happening?
source share