-
Notifications
You must be signed in to change notification settings - Fork 506
Unable to build aarch64-apple-ios-macabi and x86_64-apple-ios-macabi targets using clang 13.1 and above #726
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I've found a simple solution, see PR #727, but I have some concerns. I've outlined them in the PR and would be happy to discuss it there |
I think the support for catalyst upstream in rustc_target is kind of broken here, we should figure out a fix there before doing too much here... ... That said, I've merged #727 in the meantime, since it seems like a reasonable approach that we wouldn't be upset about no matter how we resolve that. |
@thomcc @kgrech I created another PR to fix in the rust compiler: rust-lang/rust#106925 |
All of the mentioned PRs have been merged, so I believe this can be closed. |
I tried
|
It seems like a different error this time due to
|
Turns out that Closing this as completed. |
Uh oh!
There was an error while loading. Please reload this page.
I am trying to compile the ring crate for the targets mentioned in the target:
Both builds fail with the same error:
I am using M1 mac and my clang version is the following:
I was trying to solve this problem by downgrading the clang. It starts working if I downgrade to 13.0. Version 13.1 and above are failing.
I see the same problem on my x64 mac as well.
The text was updated successfully, but these errors were encountered: