0

我对 iOS 和电话差距都很陌生。我一直在尝试感受电话差距。我跟着网址

http://www.adobe.com/devnet/html5/articles/extending-phonegap-with-native-plugins-for-ios.html

但是,@运行时,单击按钮,会出现以下错误。

2012-08-01 12:30:13.403 myProjectName[2777:707] [INFO] report:deviceready
2012-08-01 12:30:20.397 myProjectName[2777:707] ERROR: Plugin 'com.tricedesigns.HelloPlugin' not found, or is not a CDVPlugin. Check your plugin mapping in Cordova.plist.
2012-08-01 12:30:20.398 myProjectName[2777:707] FAILED pluginJSON = {"className":"com.tricedesigns.HelloPlugin","methodName":"nativeFunction","arguments":["com.tricedesigns.HelloPlugin2","success"]}

请指出我在哪里失踪?

4

1 回答 1

0

您所指的链接是旧的。从这里参考 iOS phonegap 插件 https://github.com/phonegap/phonegap-plugins/tree/8d1ea688db4bdc6220b43fc92e492d8b76550736/iOS

于 2012-08-01T06:49:14.203 回答