Examples (3)
Build workspace
xcodebuild -workspace workspace_name.workspace -scheme scheme_name -configuration configuration_name clean build SYMROOT=SYMROOT_pathBuild project
xcodebuild -target target_name -configuration configuration_name clean build SYMROOT=SYMROOT_pathShow SDKs
xcodebuild -showsdksmade by @shridhargupta | data from tldr-pages