I want to get code coverage with GCOV, I set build setting by http://developer.apple.com/library/mac/#qa/qa2007/qa1514.html
- add "-lgcov" to "Other Linker Flags"
- check "Instrument Program Flow"
- check "Generate Test Coverage Files"
but I can't produce the .gcda file, could anyone help?