Baby Groot
Baby Groot

Reputation: 4279

Program received signal: "SIGKILL" when starting recording in Instruments

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?

Upvotes: 0

Views: 3197

Answers (1)

Saurabh
Saurabh

Reputation: 22873

Step 1 - Quit the Instruments, Xcode and Simulator.

Step 2 - Start Xcode.

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

Thats it!

Upvotes: 3

Related Questions