I’m trying to create an executable to be released to others. So I switch my build target to “deploy” which still runs fine on my computer, but on a computer without XTools I get a “bus error”.
I’ve even tried:
sudo xcodebuild install -buildstyle Deployment DSTROOT=/ INSTALL_PATH=/Applications DEPLOYMENT_LOCATION=YES
from the command line. Any ideas?