Code coverage with Xcode 4.2 - Missing files
问题 I followed Claus's post to set up code coverage on Xcode 4.2 with LLVM 3.0. I'm able to see test coverage files, but they're only for my unit test classes, not my actual project classes. I've tried setting Generate Test Coverage Files and Instrument Program Flow to Yes on my main target, but that didn't help, as it failed with the following error: fopen$UNIX2003 called from function llvm_gcda_start_file To clarify, I don't think that's even the right approach - I just tried it to see if it