-
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
ICE with *-*-ios targets without ios developer stuff installed #29812
Comments
This should likely improve with #34980. |
Triage: Still happens with 1.11.0:
Copying Alex's comment on a duplicate issue here so it doesn't get lost:
|
@japaric The change I mentioned didn't land until 1.12.0. I've removed the explicit
My Mac has Xcode installed now and I haven't had the time to uninstall it to test this. |
This is confirmed to not ICE and can be closed. |
Yay! |
… r=alexcrichton Remove special case for *ios* builds in run-make-fulldeps/print-target-list Makefile Previous `TODO` comment in this file mentions [an issue that was closed](rust-lang#29812), and I was able to confirm locally that provided code in that issue no longer produces an ICE. Discussion on that issue seems to indicate this code was no longer needed as of 1.12.0. I removed the `*ios*` branch from this `case` statement as it may cause confusion, then removed the case statement entirely as it only had a wildcard branch.
I don't expect to be able to actually compile anything with those targets, but it shouldn't ICE and most of the
--pretty
modes should probably work. (--pretty
works with all other targets, except for--pretty=typed
because that needs libstd.)The text was updated successfully, but these errors were encountered: