In Xcode 12, the default architecture for building got changed to arm64. This causes many things to not build.
In this instance, running pip install psutil
fails to build with an "architecture not supported error".
How can I change the default build architecture for xcode 12?