Luke Crawford
Luke Crawford
One other change to get rid of an "Incompatible pointer types" warning: In PFIncrementalStore/PFIncrementalStore.m change: NSManagedObjectID *backingRelationshipObjectID = [self managedObjectIDForBackingObjectForEntity:relationship.destinationEntity withParseObjectId:PFResourceIdentifierFromReferenceObject([self referenceObjectForObjectID:[relationshipValue objectID]])]; to: NSManagedObjectID *backingRelationshipObjectID = [self managedObjectIDForBackingObjectForEntity:relationship.destinationEntity withParseObjectId:PFResourceIdentifierFromReferenceObject([self...
@callzhang Did you discover a way to fix this? Experiencing the same issue with the Basic Example + MagicalRecord Example apps. @sbonami Curious if you have any thoughts too...
@callzhang Nice, I'll take a look. Thanks for getting back.
My fork was to try suggestions found in various issues and blog posts but none of them worked. I put this on hold + still don't have a solution for...