David B Levi
David B Levi
In DKFile.m, line 232, you have this method: - (void)saveInBackgroundWithBlock:(void (^)(BOOL success, NSError *error))block { [self saveSynchronous:NO resultBlock:block error:NULL]; } The NULL passed for the error: parameter results in a...
Just noticed this, in DKEntity.m, the refresh method is defined as: - (BOOL)refresh { return [self refresh]; } This just calls itself over and over until the app crashes. I...
Just added this to a project using cocoapods, and I'm getting errors on the import of AFNetworking.h in various files. You are using this: `#import ` Xcode complains that it...