Parse-NSCoding
Parse-NSCoding copied to clipboard
iOS library for serializing Parse objects
Whenever I'm trying to unarchive an object like so `image = aDecoder.decodeObject(forKey: "image") as! PFFile` it keeps crashing with the error below! Any idea what's going on? ``` *** Terminating...
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
solves issue #35
There should at least be a message on the main page stating that this library is out-of-date.
This seems to cause conflicts. Should this be installed with Parse or does it already include Parse? Also if so, would it include the latest version Parse 1.14.0?
I am trying to encode a PFObject and a PFFile to the disk.However,I get this error after running the code. Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]:...
I 'm conflicting with this critical error. I already posted a question on Stackoverflow. http://stackoverflow.com/questions/33962136/parse-pfobject-encoding-error-on-ios-9-1 If you know the solution, please help me. Thanks in advance.
Hello! Please, have a look at my fix for PFFile decoding way. There is could be a case when data is not yet downloaded and it is nil, but we...
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...
Hello, I'm trying to use Parse-NSCoding to implement a local storage functionality in my Parse iOS project, and I try to sync the data at launch: - I load PFObjects...