Skip to content

Commit 708dfe9

Browse files
committed
Add warning to run script on main target, not test target.
1 parent 5fbdfe0 commit 708dfe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ for your Debug configuration only:
1919
6. In your main target, add a Run Script build phase to execute
2020
``XcodeCoverage/exportenv.sh``
2121

22+
A few people have been tripped up by the last step: Make sure you add the
23+
script to your main target (your app or library), not your test target.
24+
2225

2326
Execution
2427
=========

0 commit comments

Comments
 (0)