-
Notifications
You must be signed in to change notification settings - Fork 573
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
XCODE 12.5 throwing error: new is unavailable #452
XCODE 12.5 throwing error: new is unavailable #452
Comments
Changed `NFCNDEFReaderSession new` to `NFCNDEFReaderSession alloc` Added globalization for iOS alert message Updated Readme.md Fixes chariotsolutions#452 chariotsolutions#450 chariotsolutions#422
Take a look to this #450 |
Hello @don this error I can see that there are already 2 pull requests waiting for approval: Do you think you can merge the fix, or even commit a fix yourself? Also, I would like to ask you if you don't have time to fix bugs, implement new features, review pull requests, or merge pull requests. I can help you with that. Since I haven't seen you respond to any of the questions the community is asking, a quick answer (👍 or a pm) would be great, so that we can know if this is an active repository or not. |
New update: I am not having this problem after updating to Xcode 13. |
Hello,
i'm using phonegap on my capacitor app. After i updated xcode to 12.5 i'm getting the error 'new' is unavailable. Please find attached screenshots where xcode is throwing this error:
The text was updated successfully, but these errors were encountered: