chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
703 stars 547 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