phonegap-build / StatusBarPlugin

PhoneGap Build Plugin providing some customizations to the iOS status bar
https://build.phonegap.com/plugins/304
92 stars 46 forks source link

Not working on iOS 7.1 64bit #30

Closed dkazubek closed 10 years ago

dkazubek commented 10 years ago

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.

Odi55555 commented 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

sngahane commented 10 years ago

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).

Odi55555 commented 10 years ago

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.

dkazubek commented 10 years ago

I have applied the changes from the suggested tutorial and everything works fine for me. The issue can be closed. Thanks.

wildabeast commented 10 years ago

As mentioned, issue with Cordova, not this particular plugin. Closing.