我正在嘗試使用phonegap 3.0開發iOS應用程序。 該應用程序使用sharekit插件和GAPlugin for phonegap,它在使用phonegap時正在工作2.9 升級後編譯,當我嘗試訪問插件中的函數時,它給了我這個錯誤。錯誤:方法'methodName'未在插件'插件'中定義 - Phonegap 3.0 iOS
ERROR: Method 'share:' not defined in Plugin 'ShareKitPlugin' 2013-07-22 22:05:06.976 -[CDVCommandQueue executePending] [Line 116] FAILED pluginJSON = [ "INVALID", "ShareKitPlugin", "share", [ "test", "http:\/\/www.test.com" ] ] ERROR: Method 'initGA:' not defined in Plugin 'GAPlugin' 2013-07-22 22:05:06.977 -[CDVCommandQueue executePending] [Line 116] FAILED pluginJSON = [ "GAPlugin1900170756", "GAPlugin", "initGA", [ "UA-XXXXXX-11", 10 ] ]
最後,幾乎花了一天後問題 - 這解決了它。謝謝 –