Skip to content

Instantly share code, notes, and snippets.

@dobreandl
Created December 19, 2018 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dobreandl/13e51b68ffb16ce2f2db49c1e58d5bcb to your computer and use it in GitHub Desktop.
Save dobreandl/13e51b68ffb16ce2f2db49c1e58d5bcb to your computer and use it in GitHub Desktop.
xcodebuild -workspace <your_project_name>.xcworkspace -scheme <your_desired_schema> -configuration <your_desired_configuration> -destination 'platform=iOS Simulator,name=iPad Pro (12.9-inch),OS=10.2' -derivedDataPath <derived_data_path> BUILD_DIR=<build_directory_path> -UseModernBuildSystem=YES clean build -enableCodeCoverage=YES test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment