Wizcorp / phonegap-plugin-localNotifications

PhoneGap plugin for providing native local notification system to JavaScript.
MIT License
38 stars 29 forks source link

ARC Support #36

Open josevillalobos opened 9 years ago

josevillalobos commented 9 years ago

Hi, we are using the plugin with Appgyver but once it has to build in their cloud it drops a build error:

ARC forbids explicit message send of 'release'

After some googling we've come to a similar problem with other plugin https://github.com/shazron/KeychainPlugin/issues/13 and it has been able to be fixed.

Is it possible that you update the plugin so it has this ARC support?

Thanks

macfam commented 8 years ago

An app I am updating included this plugin. I had to set a compiler tag in Xcode to not compile this plugin for ARC. See hint number 3 on this post https://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/