Ok, so I did: ``` sudo rm -rf /Applications/Xcode.app # this was Xcode.app 15.4 brew update brew upgrade ``` On Sequoia I had to get Xcode_16_beta_6.xip b/c Xcode from App Store doesn't work. Unpacked, and renamed from `Xcode-...wkoszek (Adam Koszek)
It looks pretty recent to me: $ rustc --version rustc 1.80.1 (3f5fd8dd4 2024-08-06) (Homebrew) I think there are some warnings that I get even on a PC with Ubuntu 24.04. So I don't worry about those. But the linker error is basica...wkoszek (Adam Koszek)
Hi, I had the same problems with macOS Sonoma and (after an upgrade) Sequoia -- something about my macOS makes it impossible to build Ruby. Upon an upgrade to Sequoia, I did Xcode upgrade, and then CommandLine tools download. Then I...wkoszek (Adam Koszek)