How to track the memory leaks in any iOS application?
Page 1 of 1
How to track the memory leaks in any iOS application?
#2
Posted 01 June 2012 - 03:19 AM
iFuturzInc, on 01 June 2012 - 01:44 AM, said:
How to track the memory leaks in any iOS application?
Obviously the first thing to do is look through your code and make sure you're scrupulously complying with the memory contract. If you can't find and plug the leak that way, use the "leaks" debugging instrument. Assuming you're using a recent version of Xcode you configure that in the Profile settings for your project.
Share this topic:
Page 1 of 1
Help










