Possible Duplicate:
Under automatic reference counting, why are retain, release, and dealloc not allowed?
I want to release variable in xcode 4.2. When i am releasing it throws me an error. The error is Automatic reference counting forbids explicit message send of 'release'
Edited:
Below marked answer worked for me and also I couldn't realize that this question has been asked. Anyways happy coding.. :)