Parse-NSCoding icon indicating copy to clipboard operation
Parse-NSCoding copied to clipboard

Getting Error When Trying To Store PFObjects in Core Data

Open kfernandes29 opened this issue 10 years ago • 1 comments

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?

kfernandes29 avatar Jun 20 '14 14:06 kfernandes29

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'

SebastianThiebaud avatar Jun 21 '14 04:06 SebastianThiebaud