I'm attempting to use this library https://github.com/updatezen/Parse-NSCoding/ in my project, but when I import the .h/.m files into my project it still throws a warning when I try to do cache my PFObjects [cache setObject:myPFObject forKey:@"PFObjectID"];
saying
"Sending 'PFObject *const_strong' to parameter of incompatible type 'id <\NSCoding>'"
Has anybody else tried to use this library with any success