
xcodebuild
List of commands for xcodebuild:
-
xcodebuild:tldr:03624 xcodebuild: Build workspace.$ xcodebuild -workspace ${workspace_name-workspace} -scheme ${scheme_name} -configuration ${configuration_name} clean build SYMROOT=${SYMROOT_path}try on your machineexplain this command
-
xcodebuild:tldr:3dde6 xcodebuild: Build project.$ xcodebuild -target ${target_name} -configuration ${configuration_name} clean build SYMROOT=${SYMROOT_path}try on your machineexplain this command
-
xcodebuild:tldr:9ef52 xcodebuild: Show SDKs.$ xcodebuild -showsdkstry on your machineexplain this command