I would like to use Instruments
to check for any memory leaks in my iPhone app.
But as soon as I'm pressing the record button in Instruments
, the Xcode status bar is mentioning:
GDB: Program received signal: "SIGKILL"
.
My app is of course not responding anymore on my iPhone.
Does anyone know what the problem is?