-
Notifications
You must be signed in to change notification settings - Fork 78
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
Plugin uses APIs made unavailable to extensions in iOS 15/Xcode 13b3 #343
Comments
👋 Hey @JetForMe - we will take a look at this on the new beta. Thanks for opening this issue! |
I'm under a crushing deadline or I would have explored a workaround. I'm still stuck on 13b1, in part because 13b2 changed the way an API works ("cgImageRepresentation() and previewCGImageRepresentation() now return CGImage? instead of Unmanaged? in Swift. (44734827)"), making it incompatible with <=13b1, and in part because I deleted my 13b2, so my only option is 13b3, and I can't move to that because of this issue. I'm not sure what you guys use the shared application for (I mean, I can see the calls you're making, but I don't know their purpose, or if our use of the drop-in even ends up there. So, I'd really love to be able to move to b3 to see if I can resolve this AVFoundation change in a way that works under both Xcode 12 and 13. Thanks! |
👋 Looks like this issue is related to a bug fix in the latest Xcode beta:
A similar issue in the Facebook SDK was found. Will keep you updated as we work on a fix. |
Yeah, I had a related issue in one of my own apps with an update in Xcode 11.4. I look forward to your fixes! |
👋 Hi @JetForMe - v9.2.0 has been released with this fix! https://github.com/braintree/braintree-ios-drop-in/releases/tag/9.2.0 Thank you again for reporting this issue to us 😄 |
Integration Details (please complete the following information):
Describe the bug
Compiling our project, which uses the Braintree drop-in, results in the following errors:
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: