xcodebuild Command Examples

Build Xcode projects. More information: https://developer.apple.com/library/archive/technotes/tn2339/_index.html.

xcodebuild -workspace {{workspace_name.workspace}} -scheme {{scheme_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}

xcodebuild -target {{target_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}

xcodebuild -showsdks