I am facing problems with my iPad application some times it gets hang-up my application and still I am not able to figure out the issues why it is happening again and again with my application. I have tested application through instrument. Please help me out how can I figure out what is the problem with my application or how to prevent memory related issues.
Asked
Active
Viewed 80 times
0
-
This question is _extremely_ ambiguous and very difficult to answer objectively. Please consider adding a lot more information, such as what you have used so far to try an track down the issue. – Tim Post Mar 08 '11 at 11:47
1 Answers
1
There are many tools to help find memory leaks in Objective C programs, some integrated nicely on the OS X platform. Look for "instruments", "clang static analyzer", or "Leaks".