Frage

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?

War es hilfreich?

Lösung

Step 1 - Quit the Instruments, Xcode and Simulator.

Step 2 - Start Xcode.

Step 3 - Go to Run -> Run with performance tool -> Leaks.

Thats it!

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top