You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method currently returns an NSNumber, however, it doesn't always... If you have a date property, min: and max: functions will return NSDate objects. Therefore, the return of these should likely be id.
This method currently returns an NSNumber, however, it doesn't always... If you have a date property, min: and max: functions will return NSDate objects. Therefore, the return of these should likely be id.
https://github.com/magicalpanda/MagicalRecord/blob/develop/MagicalRecord/Categories/NSManagedObject/NSManagedObject%2BMagicalAggregation.m#L109
The text was updated successfully, but these errors were encountered: