I use the leak instruments feature (try and) find memory leaks to do via Xcode. I still do not know how to use this program. I click the leak in the program and the memory increases because I do different things in the simulator. I have a detailed expansion panel. There is only one thing in the expanded extension panel that refers to my app. According to the main method built by Xcode, everything else is UIKit, Foundation and other SDK classes which I did not write. What am I doing that which is not visible to my app?
Before I hit 3 minutes, there are more than 100 leaks of 2.5k total. Is this common?
I have written a tutorial on using the tools to track the iPhone memory leaks, I'm not sure Is that if you will help you to deal with it or not ... will not hurt, though. : -)
Comments
Post a Comment