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.
11
11
2 . Place the XcodeCoverage folder in the same folder as your Xcode project.
12
12
3 . [ Dowload lcov-1.10] ( http://downloads.sourceforge.net/ltp/lcov-1.10.tar.gz ) .
13
13
Place 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
15
16
for your Debug configuration only:
16
17
* Instrument Program Flow
17
18
* 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
19
20
`` XcodeCoverage/exportenv.sh ``
20
21
21
22
You can’t perform that action at this time.
0 commit comments