我对 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"]}
请指出我在哪里失踪?