-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix NFCTagReaderSession init unavailable in SDK 14.5 #449
Fix NFCTagReaderSession init unavailable in SDK 14.5 #449
Conversation
Since iPhoneOS14.5 the init function has been marked as unavailable.
I have not been able to verify this actually works. I could compile it and run in the simulator. |
yes, work |
I confirm, it works. Could it be merged ? |
I'm encountering the same issue after updating Xcode to 12.5
The error is : 'new' is unavailable How to fix this ? |
Wait for this PR to be merged. Or use the branch of this PR directly in your package.json.
|
Do you know when this PR will be merged and pushed to NPM ? Are we talking in days or weeks ? |
@don what's the process for merging ? Thanks ! |
New update. I am not having this problem after updating to Xcode 13. |
I can confirm that this is not needed anymore. |
Since iPhoneOS14.5 the init function has been marked as unavailable.
Example error:
Fixes #448