I created an iOS application and must check for software bugs in the application. (Therefore, not using tools directly)
For the above, I use the leak command as follows:
MallocStackLogging = 1 leaks -nocontext
At one point, this worked without problems. But lately, I started getting errors, and leak commands give a different number of leaks every time.
Has anyone encountered a similar problem?
source share