Error after upgrading macOS to Ventura 13.1 #2735
-
Hi, I have just upgraded my mac 2019 to macOS Ventura 13.1 from Catalina. The code used to work now runs into an error while importing firedrake: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Would you please help me fix this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Upgrading a major OS version will break your Xcode command line tools, and probably a bunch of libraries that Firedrake depends on. You should run |
Beta Was this translation helpful? Give feedback.
Upgrading a major OS version will break your Xcode command line tools, and probably a bunch of libraries that Firedrake depends on. You should run
brew doctor
and do all the things it tells you to do, and then do a fresh install of Firedrake.