I am getting following message in log when app crashes
*** -[CFString release]: message sent to deallocated instance 0x1edf5720
[Switching to process 9223 thread 0x2407]
[Switching to process 9223 thread 0x2407]
[unknown][unknown][unknown][unknown][unknown][unknown][unknown][unknown][unknown][unknown](gdb)
My question is pretty simple, I just want to know which one is deallocated instance 0x1edf5720. I just want to know if there is any tool or some method by which i can know 0x1edf5720 is referring to which object Or where is the Zombie created exactly. Please note that i cann't use simulator to test. I must test it on device.
Thanks in advance.