-
Notifications
You must be signed in to change notification settings - Fork 231
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
macCatalyst support #396
Comments
Thanks @piercifani we are evaluating this internally 👍 I'll leave this open for now. |
Hi @piercifani, I tested with a sample app and it compiles successfully with Xcode Version 11.6 (11E708). SimpleKeychain compiles with a couple of warnings, though, and those will be addressed. |
@piercifani are you using Xcode 12 and/or macOS Big Sur? |
Yes, latest beta 5 in Big Sur |
Thanks, we'll dig more into this. |
The issue is that |
This is now fixed in 1.30.0. |
Describe the problem you'd like to have solved
We're building a macCatalyst version of our application, but some of the symbols used inside Auth0 are not available for macCatalyst. Specifically,
SFAuthenticationError
symbols are deprecated since iOS 13 and they should be migrated toASWebAuthenticationSessionErrorCode
.Describe the ideal solution
macCatalyst should be a supported platform, specially since Apple Silicon based Macs are right around the corner and run iOS apps as is. Intel based Macs should also get this treatment with Catalyst.
Alternatives and current work-arounds
Remove Auth0 from our codebase and build login manually.
Additional context
Auth0 is integrated with CocoaPods
The text was updated successfully, but these errors were encountered: