6

I updated Xcode to 9.3 and now cannot find where is the 'Gather coverage data' checkmark. Where is it located now?

This is how it used to be

This is how it is presented now

Ahmad F
  • 30,560
  • 17
  • 97
  • 143
Dark
  • 63
  • 5

1 Answers1

11

You can find it in options of Test tab named as Gather coverage for:

You just need to keep selected all target here.

enter image description here

Ankit Jayaswal
  • 5,549
  • 3
  • 16
  • 36
  • the upper bar which contains those 4 entries (Info, Arguments, Options and Diagnostics) is missing under Test section in my scheme, do you have a clue how to show this bar ? – JAHelia Dec 17 '19 at 13:04