AudioKit 4.2 from CocoaPods Issue miss file

2019-07-23 13:16发布

问题:

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 ?

回答1:

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.