jonreid / XcodeCoverage

Code coverage for Xcode projects (Objective-C only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not work with Xcode 5

paulz opened this issue · comments

looks like the post build script is not running
also the environment variables has changed

What problem are you experiencing?

The problem is miss of gcda files. I solved this issue using this solution - http://stackoverflow.com/a/18977454/1218203.

Thank you, I used a different solution http://qualitycoding.org/ios-7-code-coverage/ — and now the workaround is no longer necessary with Xcode 5.1.