-
Notifications
You must be signed in to change notification settings - Fork 362
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
Build for iOS (aarch64-apple-ios) fails #437
Comments
The warning seems relevant:
The symbol |
As you can see on those same lines of |
Hi @oconnor663 . Thanks for coming back to me. The build works by using the following workaround:
However, strange that the enabled functionality is later eliminated as dead code ... 🤔 |
The problem is that it's probably using the wrong linker, and you also need to set the deployment target for the C compiler, See here: |
Thank you. We've solved it by disabling neon support. |
Hi BLAKE3-team,
I cannot build the library for target aarch64-apple-ios.
I've added a CI/CD workflow to test this:
https://github.com/olliiiver/Blake_test/actions/runs/12350122968/job/34462322857
The error message is:
I think the error lies somewhere here
https://github.com/BLAKE3-team/BLAKE3/blob/master/build.rs#L236
However, don't know how to fix it ...
The text was updated successfully, but these errors were encountered: