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

Shazron Abdullah commented on CB-5888:
--------------------------------------

Are you sure this is with Cordova 3.3.0? With 3.3.0, that line does not exist, 
it's different now: 
https://github.com/apache/cordova-ios/blob/788491d99cc888f15465b376ca76733a59bc50e7/CordovaLib/Classes/CDVCommandQueue.m#L197



> objc_msgSend causes EXC_BAD_ACCESS with plugins
> -----------------------------------------------
>
>                 Key: CB-5888
>                 URL: https://issues.apache.org/jira/browse/CB-5888
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 3.3.0
>         Environment: Mac OS X latest, iOS7.1
>            Reporter: Patrick Heneise
>              Labels: core
>
> With the plugins I tried so far (Geolocation, PushPlugin) there's an error in 
> CDVCommandQueue line 162:
>         objc_msgSend(obj, normalSelector, command);
> Causes a EXC_BAD_ACCESS when calling the plugin command (getLocation, 
> register etc...).
> Works fine with the uncommented line:
>         [obj performSelector:normalSelector withObject:command];
> But there's a warning about an unknown selector.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to