问题
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.
来源:https://stackoverflow.com/questions/49950053/audiokit-4-2-from-cocoapods-issue-miss-file