Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
3.3.0
-
None
-
Mac OS X latest, iOS7.1
Description
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.
Attachments
Issue Links
- relates to
-
CB-6150 objc_msgSend causes EXC_BAD_ACCESS with plugins on arm64
- Closed