AudioKit 4.2 from CocoaPods Issue miss file

我怕爱的太早我们不能终老 提交于 2019-12-11 10:48:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!