Hi everyone,
I'm having a doubt or an issue creating a simple CocoaTouch Framwork and measuring the code coverage.
For "test only" purposes I just created one struct and one unit testing file. Before testing, in the scheme's Test phase I've already checked the "Gather Coverage Data" checkbox. All tests succeed but the code coverage for the Framework still 0% within the Report Navigator > Coverage tab. I just can get some coverage checking the "Show Test Bundles" option.
Am I missing something? Do I have to include some code that uses the Framework to check the coverage?