What is required to generate code coverage data using XCode 4

后端 未结 1 1850
夕颜
夕颜 2021-01-19 17:29

I have been trying to generate code coverage data for my application on XCode 4.2.1 (build 4D502) using the steps outlined at http://code.google.com/p/coverstory/wiki/UsingC

相关标签:
1条回答
  • 2021-01-19 18:10

    It doesn't work with llvm-gcc; you'll need to use the "LLVM Compiler 3.0" (aka clang). (I assume by the 'llvm-gcc' tag that you're not currently using it.)

    I did this just last week, so it's definitely working.

    0 讨论(0)
提交回复
热议问题