Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-5888

objc_msgSend causes EXC_BAD_ACCESS with plugins

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 3.3.0
    • None
    • cordova-ios
    • 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

          Activity

            People

              Unassigned Unassigned
              patrickheneise Patrick Heneise
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: