You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the first time using a plugin on Phonegap, so apologies if I've missed something out. However, if I follow the README in the 2.3+ directory, Xcode throws a few errors;
/.../CordovaLib/Classes/CDVInAppBrowser.h:59:1: No 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed
/.../CordovaLib/Classes/CDVInAppBrowser.h:59:1: Default property attribute 'assign' not appropriate for non-GC object
/.../CordovaLib/Classes/CDVPlugin.m:149:25: Unused variable 'localNotification'
The notifications seem to work (at least, the example code works), so a little confused about the errors.
The text was updated successfully, but these errors were encountered:
This is the first time using a plugin on Phonegap, so apologies if I've missed something out. However, if I follow the README in the 2.3+ directory, Xcode throws a few errors;
https://github.com/DrewDahlman/Phonegap-LocalNotification/tree/master/cordova2.3%2B
The notifications seem to work (at least, the example code works), so a little confused about the errors.
The text was updated successfully, but these errors were encountered: