Override the CONFIGURATION_BUILD_DIR environment variable in the xcodebuild argument. For example, this command would place its build products under "/ tmp / sportsball /":
xcodebuild -workspace Sportsball.xcworkspace -scheme "Sportsball Debug" -configuration Debug clean build CONFIGURATION_BUILD_DIR=/tmp/sportsball/
Nathaniel irons
source share