[ 
https://issues.apache.org/jira/browse/CB-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13725421#comment-13725421
 ] 

Michele Finotto commented on CB-4474:
-------------------------------------

I'm having the same issue but it actually happens with all "standard" plugins: 
when I try to access the plugins' functions I get this in console.log (on iOS):

2013-07-31 13:25:31.690 TripleA[44081:c07] CDVPlugin class CDVDevice 
(pluginName: Device) does not exist.
2013-07-31 13:25:31.690 TripleA[44081:c07] ERROR: Plugin 'Device' not found, or 
is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-07-31 13:25:31.690 TripleA[44081:c07] -[CDVCommandQueue executePending] 
[Line 116] FAILED pluginJSON = [
  "Device34317100",
  "Device",
  "getDeviceInfo",
  [

  ]
]
2013-07-31 13:25:33.899 TripleA[44081:c07] CDVPlugin class CDVFile (pluginName: 
File) does not exist.
2013-07-31 13:25:33.899 TripleA[44081:c07] ERROR: Plugin 'File' not found, or 
is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-07-31 13:25:33.900 TripleA[44081:c07] -[CDVCommandQueue executePending] 
[Line 116] FAILED pluginJSON = [
  "File34317101",
  "File",
  "requestFileSystem",
  [
    0,
    0
  ]
]
                
> Globalization is not working in PhoneGap 3.0
> --------------------------------------------
>
>                 Key: CB-4474
>                 URL: https://issues.apache.org/jira/browse/CB-4474
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Globalization
>    Affects Versions: 3.0.0
>         Environment: Android and iOS.
>            Reporter: Raymond Camden
>            Assignee: Steve Gill
>
> Discussed on this Google Groups thread, 
> https://groups.google.com/forum/#!topic/phonegap/5YmjhUcuuR8%5B1-25-false%5D, 
> Globalization is failing in 3.0. In iOS, the success/error handler never 
> fires. If you open XCode and run from there, you see:
> 2013-07-29 13:21:55.113 HelloWorld[21542:c07] ERROR: Method 
> 'getPreferredLanguage:' not defined in Plugin 'Globalization'
> 2013-07-29 13:21:55.113 HelloWorld[21542:c07] -[CDVCommandQueue 
> executePending] [Line 116] FAILED pluginJSON = [
>   "Globalization1890587700",
>   "Globalization",
>   "getPreferredLanguage",
>   [
>   ]
> ]
> In Android, the error handler fires with: Class not found

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to