We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I would like to ask does this library support m1 with arm64 simulator? If not, when does the sdk will support m1 arch?
I know you can exclude arm64 arch and use rosetta. I think it would be to support arm64 also
The text was updated successfully, but these errors were encountered:
the same
Sorry, something went wrong.
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; does not answer this issue. It will just exclude arm64 arch. What I want is to support native arm64
No branches or pull requests
Hi, I would like to ask does this library support m1 with arm64 simulator? If not, when does the sdk will support m1 arch?
I know you can exclude arm64 arch and use rosetta. I think it would be to support arm64 also
The text was updated successfully, but these errors were encountered: