Parse-NSCoding
Parse-NSCoding copied to clipboard
Getting Error When Trying To Store PFObjects in Core Data
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?
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'