I'm trying to debug some memory leaks in an iOS application.
Previously I have used the Instruments/Leaks tool provided with XCode and the "Mark Generation" button in that tool to successfully locate sources of the memory leaks.
However, now I get the error in the title of this question.
There were some things to do that worked last time, at least this helped before:
- Edit Scheme -> Run -> Run -> Diagnostics -> Enable: "Malloc stack"
This developer forums thread offers some work-arounds, like profiling with debug build, but that does not help, at least in my particular case.
Is there some other work-arounds or likely things I'm doing that prevent the Leak tool from working?