chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
718 stars 575 forks source link

Does not work with Xcode 14.3 and iOS 16.4 #485

Open srinidhirao opened 1 year ago

srinidhirao commented 1 year ago

With Xcode 14.3 (14E222b) with iOS 16.4, the nfc plugin fails to compile and shows the following error:

MicrosoftTeams-image (2)

its mainly because the api semantics has changed in iOS 16.4.

srinidhirao commented 1 year ago

Please review this pull request which contains the fix: https://github.com/chariotsolutions/phonegap-nfc/pull/486

EYALIN commented 4 months ago

@srinidhirao this plugin creator did fantastic work, and we highly appreciate him , but he is not answering for years and unfortunately it is not maintained anymore. we moved to a maintained plugin (which forked from this one) to here: https://github.com/EYALIN/community-cordova-plugin-nfc

you can install it as an npm package: cordova plugin add community-cordova-plugin-nfc --save

I dedicate a considerable amount of my free time to developing and maintaining many cordova plugins for the community (See the list with all my maintained plugins).

srinidhirao commented 4 months ago

Thanks for maintaining this plugin. I’ll update the plugin in my project with your version and give it a try.