-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
cant' find crate core and can't find compiler_builtins #114276
Comments
Did you follow the instructions from the error, that is installed the target component via rustup, assuming you're using rustup to manage rust? |
Yes, I have, but its showing that aarch64-apple-ios is up to date. Just see the last line in the screenshot. |
I think that it is something related to xcode installation but I am not getting what exactly to do ? |
hi are there any suggestions ? |
I have the very same problem. Cannot figure out what's missing... |
Hey so sorry I resolved this issue by running this command : export PATH=~/.cargo/bin:$PATH |
Closing this issue now |
I've encountered the same issue. I believe that my last working configuration was macOS 13.6 with XCode 15.1; in the last few weeks I upgraded to macOS 14.2 and XCode 15.2 (I upgraded a few weeks ago, but this is the first time I've tried to cross-compile since then). I have XCode installed via the App Store, and Rust 1.75 installed via The native target
As the previous comment suggested, running
So my hypothesis is that during the upgrade from macOS 13.6 to macOS 14.2, whatever setting |
I am actually very new to Rust.I was trying to build the IOS app from the source from the MLC(machine learning compilation).This is the Link https://mlc.ai/mlc-llm/docs/deploy/ios.html.
But while doing so I encountered this Bug :
I have xcode installed.
I have tried various solutions such as updating rust and building this entire MLC IOS again from scratch but still it is giving me this error.
What exactly is causing this error ? I have no experience with rust hence its taking a tough time to resolve this error.
The text was updated successfully, but these errors were encountered: