I try initialize subclass of Realm Object, but in [super init] on field if (self && (_objectSchema = [self.class sharedSchema])) the app is crashes with follow message:
"Terminating app due to uncaught exception 'RLMException', reason: ''NSNumber' is not supported as an RLMObject property. Supported number types include int, long, float, double, and other primitive number types"
If anybody has any idea on how to debug this problem, please let me know.
NSNumber*with a primitive type appropriate for the property. - geraldWilliam