The problem is that Xcode Command-line Tools needs to be updated due to OS update.
Go back to your terminal and enter:
sudo xcode-select --install
You will then be prompted in a window to update Xcode Command Line tools. (which may take a while)
Open a new terminal window and your development tools should be returned.