phonegap ios plugin notificationEx CDVPlugin.h 文件未找到
Posted
技术标签:
【中文标题】phonegap ios plugin notificationEx CDVPlugin.h 文件未找到【英文标题】:phonegap ios plugin notificationEx CDVPlugin.h file not found 【发布时间】:2012-11-29 16:05:26 【问题描述】:我安装了 phonegap 插件 NotificationEx,但在尝试编译时出现此错误:
找不到 CDVPlugin.h 文件。
我正在使用 Xcode 4.5、cordova 2.2.0 和 JQM 1.2.0
知道可能出了什么问题吗?
【问题讨论】:
我认为这里已经回答了这个问题:***.com/questions/10714600/… 【参考方案1】:我在 Xcode 4.5、cordova 2.1.0 和 JQM 1.2.0 上安装 ShareKit 插件时遇到了同样的问题。 有问题的块是:
#ifdef CORDOVA_FRAMEWORK
#import <Cordova/CDVPlugin.h>
#import <Cordova/CDVPluginResult.h>
//#import <Cordova/JSONKit.h>
#else
#import "CDVPlugin.h"
#import "CDVPluginResult.h"
#import "JSONKit.h"
#endif
对我有用的是注释掉 #ifdef
行以及注释掉整个 #else
块。
另外,#import <Cordova/JSONKit.h>
行已经在我随插件下载的源代码中被注释掉了,所以我没有打扰它。
【讨论】:
【参考方案2】:我删除了整个#ifdef 混乱和
#import <Cordova/CDVPlugin.h>
让我开心:)
【讨论】:
以上是关于phonegap ios plugin notificationEx CDVPlugin.h 文件未找到的主要内容,如果未能解决你的问题,请参考以下文章
PhoneGap navigator.notification.alert 在 iOS 上不起作用
iOs 10 上的 Phonegap。不显示 navigator.notification.alert