Skip to content

Instantly share code, notes, and snippets.

@dobreandl
Created December 19, 2018 12:47
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/d29907cd82498153ef1403bff5dc0dac to your computer and use it in GitHub Desktop.
Save dobreandl/d29907cd82498153ef1403bff5dc0dac 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