Installing AudioKit using CocoaPods gets an issue missing a file.
On file AKModulatedDelayDSP.hpp ...
#import "ModulatedDelay.hpp"
'ModulatedDelay.hpp' file not found
Tried several times on different projects getting the same issue. Any ideas ?
It depends on what you're importing from AudioKit. I don't think you'd get this with a vanilla project. But, if what you're doing requires access to core, then you might not want to use Cocoapods anyway. If you shared your project I could give you a more complete answer.