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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: