iPhone: Cannot get simulator to generate .gcda profiling data files.
- by Derek Clarkson
I'm attempting to profile my code using the iPhone simulator. I've enabled Generate Test Coverage File and Instrument Program Flow and added -lgcov to the linker flags. According to everything I've read that should be all I need to do in terms of setup.
Executing the program I can see the .gcno files appearing along side the .o compiled code in…