chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
704 stars 550 forks source link

Error ios 14.5 - 'new' is unavaible #450

Open Neorichi opened 3 years ago

Neorichi commented 3 years ago

Problem and solution (File NfcPlugin.m)

Line 128: self.nfcSession = [[NFCTagReaderSession new] change to self.nfcSession = [[NFCTagReaderSession alloc] Same into Lines 134, 309, 314 and 322

Thanks

jaimeurzua commented 3 years ago

Wonder! Thanks I can confirm that the change work perfect ...

geraldapeoples commented 3 years ago

Thanks for posting this ... the fix works for me too!

danielsigl commented 3 years ago

Thank you very much! It worked for me too!

BlueFlowSystems commented 3 years ago

Thank you so much for the solution. It works!

webtimo-de commented 3 years ago

Thank you, you save my life xD

newtonstudio commented 3 years ago

Thanks!

sbeka commented 3 years ago

Thank you 3000! 😭

tonga54 commented 3 years ago

It works!, Thanks so much!

marioshtika commented 2 years ago

New update: I am not having this problem after updating to Xcode 13.

nhh commented 2 years ago

thanks!

kamal7jan commented 8 months ago

Thanks!, it worked for me