Generate gcda-files with Xcode5, iOS7 simulator and XCTest
Update 1: After reading a bit more about this, 2 things have now become clear to me (emphasis added): Tests and the tested application are compiled separately. Tests are actually injected into the running application, so the __gcov_flush() must be called inside the application not inside the tests. — Xcode5 Code Coverage (from cmd-line for … Read more