NSFetchRequest returns correct number of objects, but each object contains nil attributes
- by BU
Hi,
I can't figure out why this is happening. I can add to the context. But when I retrieve the objects, it returns the correct number of objects but the attributes of the objects are null.
I am adding 3 instances with this code:
+(BOOL)addStoreWithID:(NSNumber *)ID Latitude:(NSNumber *)latitude Longitude:(NSNumber *)longitude Name:(NSString…