eladb / Parse-NSCoding

iOS library for serializing Parse objects
MIT License
69 stars 25 forks source link

When attempting to unarchive, [NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive #31

Open Ge0rges opened 9 years ago

Ge0rges commented 9 years ago

When attempting to unarchive a PFUser which has a PFFile as one of its properties using NSKeyedUnarchiver unarchiveRootObjectWithData: I get a exception:

[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive

How can I fix this?