Building config: { "build_target": "ALL_BUILD", "dst_app": "universal/", "entitlements": "../Source/Core/DolphinQt/DolphinEmu.entitlements", "codesign_identity": "-", "x86_64_pkg_config_path": "/usr/local/lib/pkgconfig", "x86_64_qt5_path": "/usr/local/opt/qt5", "x86_64_mac_os_deployment_target": "10.12.0", "arm64_pkg_config_path": "/opt/homebrew/lib/pkgconfig", "arm64_qt5_path": "/opt/homebrew/opt/qt5", "arm64_mac_os_deployment_target": "11.0.0" } arch: posix_spawnp: cmake: Bad CPU type in executable Traceback (most recent call last): File "/Users/brentrosen/Downloads/dolphin-master/build/../BuildMacOSUniversalBinary.py", line 277, in build(conf) File "/Users/brentrosen/Downloads/dolphin-master/build/../BuildMacOSUniversalBinary.py", line 231, in build subprocess.check_call([ File "/opt/homebrew/Cellar/python@3.9/3.9.1_6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 373, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['arch', '-x86_64', 'cmake', '../../', '-G', 'Xcode', '-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12.0', '-DMACOS_CODE_SIGNING_IDENTITY=-', '-DMACOS_CODE_SIGNING_IDENTITY_UPDATER=-', '-DMACOS_CODE_SIGNING="ON"']' returned non-zero exit status 1. brentrosen@Brents-MacBook-Pro build %