-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 build error when imported AuthenticationServices #1871
Comments
Wonder if you have any preference on this one @garrettmoon? Wonder if it might be a good thing to slot into 3.0. |
I have renamed Not related to this issue but related to Xcode 12, there are some new warnings:
|
Of course this would happen after we put out an RC. |
@hovox can you confirm that this is fixed on master? I want to get it into the 3.0 release. |
Working for us @garrettmoon 👍 |
Gonna close this out, please lemme know if I should reopen! |
There is a new conflict with ASAuthenticationServices #2013 |
When building with Xcode 12 beta1 we are getting this error
Redefinition of 'ASViewController' as different kind of symbol
Seems cause is this in
ASFoundation.h
:I suppose we need to rename
ASViewController
to something else ? E.g.AS
=>TK
as a texture kit ?The text was updated successfully, but these errors were encountered: