octo-technology / sonar-objective-c

Sonar Plugin for Objective C
517 stars 208 forks source link

Coverage reported is 0% with Xcode 5 #39

Open cyrilpicat opened 10 years ago

cyrilpicat commented 10 years ago

Works with Xcode 4

cyrilpicat commented 10 years ago

There is currently a workaround for this, see: http://stackoverflow.com/questions/18394655/xcode5-code-coverage-from-cmd-line-for-ci-builds#18977454

drewcrawford commented 10 years ago

The accepted answer over at http://stackoverflow.com/questions/19136767/generate-gcda-files-with-xcode5-ios7-simulator-and-xctest has a better workaround for xctest that includes the static library case.