You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: '[<PFFile 0x7fc1626b02a0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key _url.
My PFFile could not be saved eventhough it saves the file's url.How to solve this?
The text was updated successfully, but these errors were encountered:
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: '[<PFFile 0x7fc1626b02a0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key _url.
My PFFile could not be saved eventhough it saves the file's url.How to solve this?
The text was updated successfully, but these errors were encountered: