Does NSKeyedUnarchiver autorelease?

Posted by Lee Probert on Stack Overflow See other posts from Stack Overflow or by Lee Probert
Published on 2010-04-16T16:44:29Z Indexed on 2010/04/16 16:53 UTC
Read the original article Hit count: 294

I'm doing some archiving to a property list and when I unarchive my data using NSKeyedUnarchiver I find that my app crashes if I release the object afterward. I was wondering if the finishDecoding message also autoreleases the object. Seems weird that it crashes when I release it.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c