我是phonegap2.0的新手。现在我想使用 phonegap 创建 iphone 应用程序。我在雪豹mac上使用xcode4.2。我在我的mac上安装了phonegap。但现在我使用以下链接在 IOS 上关注 Embedding Cordova Webview:
"http://docs.phonegap.com/en/2.0.0/guide_cordova-webview_index.md.html#Embedding%20WebView"
但是当我在 xcode4.2 中运行编码时Iphone 5.0 Simulator
。我有 #import"PGPlugin.h" "file not found"
错误。
"#ifdef PHONEGAP_FRAMEWORK
#import <PhoneGap/PGPlugin.h>
#else
#import "PGPlugin.h"
#endif".
我附上了错误页面截图供您参考。