I have a memory management error in my iOS application. I installed NSZombieEnabled, and the message "message was sent to the freed object" appears properly in the console. But execution seems to go past the point of the message before the application crashes. At a minimum, this is a way out of some methods. This makes tracking errors difficult.
Is there a way to force execution to stop when a message is sent to a freed object?
source share