I have been trying to get the Code coverage working for iPhone simulator and always get a 0% coverage. Below are the configuration details and the steps that I have tried.>
Thanks Sangavi since your answer helped me.
Now the but: I followed your descripition step by step and than I had the problem that no gcda-files were created (only gcdo-files).
After that I removed your (above) prefix-code which I copied in the main.m and everything worked suddenly. Bet the gcov-path was not created correctly or something.
Just posting this if anyone runs into the same issue.