Hi,
My application is throwing following error:
[NSConcreteMutableData release]: message sent to deallocated instance
How to solve this?
Thanks
HI,
This error is coming because you are releasing any autorelease object.
So, make sure you are not releasing any autorelease object.
Thanks
Ads