简体   繁体   中英

Using the leak program with the iphone device

I am trying to run the memory leak program in conjunction with my iphone device. The program says that there are leaks however it doesn't give me details.

GeneralBlock-32 No stack trace available.

How can I set up the leak program so it actually works with my iphone to give detailed information like it does in the simulator.

If you are running in Release mode, the compiler will not generate any debug symbols to map the calls back to your code.

if this is the case, changing your build type to Debug mode will provide you with more information about the leaking area of your application.

I have also noticed that the Frameworks tend to have memory leaks of their own, so it could be a leak from the framework.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM