EXC_BAD_ACCESS in CreateCustomSubclass
On running my app with this pod installed, I get an EXC_BAD_ACCESS in the CreateCustomSubclass method. A screenshot of the debug state at this point is attached. The variable 'class' comes in to the method fine, but something goes wrong and I'm not sure why. class_getName produces the same EXC_BAD_ACCESS if I try and add debug logging.
I see the same error as @nicklocking, even when running the example.
@GrahamDennis bump
Same crash while inserting object
AppStatus* appStatus = [NSEntityDescription insertNewObjectForEntityForName:@"AppStatus" inManagedObjectContext:_coreDataManager.managedObjectContext];
same same...
FWIW, I added
if (!subclass) return NSClassFromString(newName);
on line 333 in GDConcurrencyCheckingManagedObject.m