Skip to content

Instantly share code, notes, and snippets.

@paweldudek
Created April 30, 2015 06:18
Show Gist options
  • Save paweldudek/acd0eeb749a2f00eda44 to your computer and use it in GitHub Desktop.
Save paweldudek/acd0eeb749a2f00eda44 to your computer and use it in GitHub Desktop.
xcodebuild with coverage flags
xcodebuild test -workspace MyProject.xcworkspace -scheme MyScheme -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPad Air,OS=8.3" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES OBJROOT=./build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment