0

I followed the apple official instruction ,but I can't find the head icon described in instruction.And I got this leak information,So I click the information The code when I Click the information

I have reviewed my code , could't find any possible occurred leak by myself.

Bing Magic
  • 29
  • 5

1 Answers1

0

Please pull the information from Apple alone , they have the step by step process what are the leaks problem oocur? where it occur? what is the solution to prevent from zombie error? memory leakage? Please follow the below apple link from my suggestion?

https://developer.apple.com/library/ios/recipes/Instruments_help_articles/FindingMemoryLeaksinYourApp/FindingMemoryLeaksinYourApp.html

https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/FindingLeakedMemory.html#//apple_ref/doc/uid/TP40004652-CH81-SW1

S. Karthik
  • 618
  • 5
  • 16
  • Some leaks that use instruments can't located the code according to the instruments guide . But the static analyze solved part of my problem .Thanks anyway~ – Bing Magic Dec 23 '15 at 07:59
  • In another way you can see the memory leakage through cmd+shift+B – S. Karthik Dec 23 '15 at 08:00