eladb / Parse-NSCoding

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

Issue with Saving PFFile data #13

Open michaeleisel opened 10 years ago

michaeleisel commented 10 years ago

See the attached pictures for details. It runs two breakpoints and then crashes my app. It doesn't print out a stack trace, it just crashes.

screen shot 2014-06-21 at 9 12 50 pm screen shot 2014-06-21 at 9 13 02 pm

joeyvlin commented 10 years ago

I have the same problem, except after I comment out the highlighted line in the image, I get the following:

-[PFHTTPCommand encodeWithCoder:]: unrecognized selector sent to instance 0x14d4d8b0

2014-06-23 23:09:43.890 VChat[40109:60b] *\ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[PFHTTPCommand encodeWithCoder:]: unrecognized selector sent to instance 0x14d4d8b0'

maxstoller commented 10 years ago

Did you ever figure this out?