-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
macOS bug with newest update #80120
Comments
Was able to fix with |
Tried This is still a problem. |
Ok realized it's macOS big sur issue. The C libraries location have changed and thus rust can't find them.
That's the current path for the libraries, until Apple changes again with a single update 😡 |
@dreson4 Are you on 11.0 or 11.1? After I updated to 11.1, there was a single text file in the Developer/CommandLineTools. After running |
I'm on 11.1. |
After installing the new macOS update (I am currently on macOS Big Sur 11.1), which also updated the XCode Command Line Tools, I am unable to compile anything that depends on basically anything high-level. Originally posted here
I tried this code:
I expected to see this happen: Everything work normally, cargo downloads and installs it
Instead, this happened: Cargo failed to link with a nasty error about something missing in Command Line Tools.
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: