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
I have an Entity named Transaction. I generated an NSManagedObject subclass and named it TransactionManagedObject since I already have an existing Transaction (NSObject) class.
@nicolettemanas are you sure that you have initialized the storage with the Core Data model where the TransactionManagedObject is? It looks like Core Data is trying to find the entity but it's not defined in the data model that you passed during the setup.
What
I have an Entity named Transaction. I generated an NSManagedObject subclass and named it TransactionManagedObject since I already have an existing Transaction (NSObject) class.
I tried fetching data from it using:
However, I am getting the following error:
It works fine with managed object classes with the same entity name.
Context
The text was updated successfully, but these errors were encountered: