I am trying to track down where an NSString is getting deallocated. I have enabled GuardMalloc, NSZombie, and Log Malloc Stack for my application (as described here). When I run info malloc-history 0x29d39fe0
in the console, I get the following error:
warning: MallocStackLoggingNoCompact not set in target's environment so the malloc history will not be available.
This is leading me to believe the error is with one of my library projects. How could I enable the above for library projects?