I have setup the xcode (3.2.6) sdk 4.3 for reporting code coverage as per apple guideline.
After running the project, the .gcno and .gcda files get generated. But always the coverage shows as 0%. The lines of code that are running are not being traced or marked by coverage tool.
What could possibly be wrong. Please help.