Question - short version:
Why won\'t my build phase scripts be executed when creating an IPA from the command line? When I\'m running
phase scripts
You have "Run script only when installing" checked for at least one of the script phases. That phase won't be run when using the build action to xcodebuild, only if using the install action.
build
xcodebuild
install