Gayan
Gayan

Reputation: 1553

Xcode memory leak check

I need to check my iPhone application memory leaks. I went following link and I also need to check my app memory leak like that.

http://www.youtube.com/watch?v=R449qEuexNs&feature=related

So can Any one have any idea about how to do this on Xcode 4.2 ?

Thanks a lot

Upvotes: 1

Views: 9607

Answers (3)

Dharmbir Singh
Dharmbir Singh

Reputation: 17535

You can use shortcut key Command + i

Upvotes: 1

J_S
J_S

Reputation: 561

In 4.2 it's under :

Product -> Profile

Upvotes: 4

Saranya
Saranya

Reputation: 1521

Check with the following links:

  1. Memory leak detection tools

  2. Instruments in Xcode 4

It works for me :)

Upvotes: 1

Related Questions