[
https://issues.apache.org/jira/browse/CB-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13882095#comment-13882095
]
Patrick Heneise commented on CB-5888:
-------------------------------------
http://cl.ly/image/2h0a3f1w241p
That's the trace. I set up a completely new project and at some point it
doesn't work any more, can't really figure out what the problem is. But also
cordova plugin add doesn't add plugins any more to the config.xml and the
Plugins folder, so there's more to the problem I suppose.
> 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)