As recommended by Apple, I've downloaded and installed the Xcode 13.2 RC to replace the one from the App Store and I still have problems. My package that compiles on Xcode 13.1 fails to compile with multiple errors on 13.2. The errors are all related to dependencies (other packages).
Is there any other workaround?
At this point 13.2 is useless. Hopefully this will be fixed quickly.
CodePudding user response:
This did it for me today:
$ sudo rm -rf /Library/Developer/CommandLineTools
$ xcode-select --install
$ softwareupdate --all --install --force