nicklockwood / AutoCoding

AutoCoding is a category on NSObject that provides automatic support for NSCoding and NSCopying to every object.
Other
1.07k stars 131 forks source link

Some objects are coming back as nil #34

Open jdrukman opened 6 years ago

jdrukman commented 6 years ago

I can't reproduce this on demand but quite frequently when unarchiving an object all its properties are nil (and they shouldn't be). Have you seen this?