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
NSManagedObject itself provides a fetchRequest method, but that is type erased. So we should generate a fetchRequest method that overloads with the actual model type.
I think I might have had that already in an earlier version, might be in the commit log as dropped 🙈
The text was updated successfully, but these errors were encountered:
NSManagedObject
itself provides afetchRequest
method, but that is type erased. So we should generate a fetchRequest method that overloads with the actual model type.I think I might have had that already in an earlier version, might be in the commit log as dropped 🙈
The text was updated successfully, but these errors were encountered: