
cfstring release message sent to deallocated What is this message?? i know it occurs due to memory release. But can anyone tell me how to track and rectify it.

Yes, this occurs when there is a memory leak in application. Though, you can turn on
*NSZombieEnabled (in your executable settings, Arguments panel, add an environment variable NSZombieEnabled set to YES).*
It'll track the exact problem.