-
Notifications
You must be signed in to change notification settings - Fork 13k
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
make install
error with --target=arm-apple-ios
#20358
Comments
cc @brson |
@tamird there are 2 different things: building and installing. What fails is |
@vhbit this one vhbit@d4fb19c ? |
@tamird yep |
@vhbit cool, would you mind submitting that PR? |
@tamird since PR is going to be open for a while considering current bors queue, I have to mention that in general when you need up-to-date Rust for iOS you can either built it by yourself from https://github.com/vhbit/rust or use a prebuilt version from https://github.com/vhbit/rust/releases. It may lag a bit (usually <= 1 day) but it is guaranteed to build (as iOS is not on Rust official buildbots and master is broken sometimes). |
It was broken as tried to copy dylibs which are actually never been built for iOS Fixes rust-lang#20358
Full gist: https://gist.github.com/tamird/111eb6d0d0f5aa7ceda7
The text was updated successfully, but these errors were encountered: