File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ modifications.
11112 . Place the XcodeCoverage folder in the same folder as your Xcode project.
12123 . [ Dowload lcov-1.10] ( http://downloads.sourceforge.net/ltp/lcov-1.10.tar.gz ) .
1313Place the lcov-1.10 folder inside the XcodeCoverage folder.
14- 4 . In your Xcode project, enable these two build settings at the project level
14+ 4 . Get Xcode's coverage instrumentation by going to Xcode Preferences, into Downloads, and installing Command Line Tools.
15+ 5 . In your Xcode project, enable these two build settings at the project level
1516for your Debug configuration only:
1617 * Instrument Program Flow
1718 * Generate Test Coverage Files
18- 5 . In your main target, add a Run Script build phase to execute
19+ 6 . In your main target, add a Run Script build phase to execute
1920`` XcodeCoverage/exportenv.sh ``
2021
2122
You can’t perform that action at this time.
0 commit comments