Skip to content

Commit cd083b9

Browse files
committed
Add step to install Xcode command line tools
1 parent 1b41e47 commit cd083b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ modifications.
1111
2. Place the XcodeCoverage folder in the same folder as your Xcode project.
1212
3. [Dowload lcov-1.10](http://downloads.sourceforge.net/ltp/lcov-1.10.tar.gz).
1313
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
1516
for 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

0 commit comments

Comments
 (0)