【发布时间】:2012-07-17 22:16:15
【问题描述】:
晚上好,
我只是想将“AudioStream”插件 (https://github.com/liip/phonegap-plugins-audiostream) 添加到我的项目中。
使用此插件,您可以将当前标题信息设置为 iOS 锁屏。
但是当我尝试编译时,我得到了这个错误:
/Users/~/Documents/Arbeit/Rhythm/Source/iOS App/Project/Rhythm/Rhythm/AudioStream.h:9:9: 'PhoneGapCommand.h' file not found
我将PhoneGapCommand.h重命名为Cordova/CDVPlugin.h,但随后出现更多错误。
有人可以更改这些插件文件,以便它们可以正常工作并在此处发布吗?
非常感谢!
【问题讨论】:
标签: ios xcode plugins cordova phonegap-plugins