eladb / Parse-NSCoding

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

Getting Error When Trying To Store PFObjects in Core Data #12

Open kfernandes29 opened 10 years ago

kfernandes29 commented 10 years ago

I keep getting this error when trying to set PFObjects inside my NSManagedObject:

*\ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSObject encodeWithCoder:]: unrecognized selector sent to instance 0x1702151d0'

I have added the CocoaPod to my project, but clearly my PFObjects aren't serializing.

Anyone have a reason as to why this could be happening?

SebastianThiebaud commented 10 years ago

Same here.

2014-06-20 21:47:56.561 Quri[425:120434] -[NSObject encodeWithCoder:]: unrecognized selector sent to instance 0x16e4ff40 2014-06-20 21:47:56.562 Quri[425:120434] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSObject encodeWithCoder:]: unrecognized selector sent to instance 0x16e4ff40'