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
Problem
Builds for macOS aarch64 are failing during the aarch64-specific items step, reporting the error xcode-select: error: invalid developer directory '/Applications/Xcode_12.2.app/Contents/Developer/'.
Possible Solution(s)
My guess is that the latest version of xcode may have changed, and the specified dir doesn't exist anymore. Googling the error brings up stackoverflows of other people experiencing similar issues and suggestions to set the directory to /Library/Developer/CommandLineTools.
Notes
rustup version and show not relevant for this issue