Recently, I'm working on ios code coverage. following this link:
Code coverage not showing results using Xcode + gcov
I have been able to get it when run on simulator, the gcno and gcda files are together with build objects. But to real device, it's different, I got gcda files in device, but whether in my mac or my device, I cannot find the gcno files, can anyone help me? thanks very much.