You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code appears to be overly pessimistic when detecting the SDKROOT environment variable, specifically if the SDK has been relocated to a different directory that does not contain the string "MacOSX."
This causes build failures downstream when a user explicitly sets SDKROOT before invoking a cargo build, and upstream dependencies fail with cryptic xcrun errors.