I am facing one issue regarding code coverage setup for Unit tests. I created unit test target for my project. Generate Test Coverage Files and Instrument Program Flow i made it YES for the Unit test target. Now i'm able to Test the project. Now my issue is after Test done, i'm getting only .gcno. not .gcda. Without .gcda file, we can't get the percentage coverage. Any ideas appreciated.
Thanks in Advance
Praveen