Closed dkazubek closed 10 years ago
I have the same issue on an iPhone 5s with iOS 7.1. I'm using phonegap 3.4.0-0.19.13 which uses cordova 3.4.0-0.1.3
It's a known problem of Cordova when working with plugins and 64-bit devices. By patching two Cordova files, we succeeded to make it work using this tutorial (see issue 1).
Yeah thanks I tried that, but maybe I missed something... Everything works fine with cordova 3.4.1-0.1.0 This issue can be closed.
I have applied the changes from the suggested tutorial and everything works fine for me. The issue can be closed. Thanks.
As mentioned, issue with Cordova, not this particular plugin. Closing.
I am using this plugin in my Cordova 3.3.1 project. When I try to run it on my iOS 7.1 64 bit iPhone I am getting an error when this function is called:
It complains that the command parameter is nil. When I go back to the calling code:
the command here is not nil.
It works fine in the 64 bit emulator. It only seems to crash on a device.