Search for a memory leak in Tools

I am new to iOS tools. I try to find a memory leak in the tools and use Xcode 4.5.2 and follow this guide: http://soulwithmobiletechnology.blogspot.sg/2011/04/how-to-check-memory-leaks-in-xcode-4. the html .

I can find the memory leak and I can click the arrow to go to the history of the memory leak item. But when I double-click on any of them, it does not show the line that causes a memory leak.

The image looks like this:

enter image description here

What am I doing wrong? Need to be guided ... Thanks ..

+5
source share
1 answer

I also had trouble in the first place. Here's how:

  • Select the Leaks tool (obviously).
  • " ", .
  • .
  • , / , , . ( )

enter image description here

(4) :

enter image description here

+15

All Articles