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
Hy, in first, thanks for the great Job. Great library to work with CoreData.
I have an app that loads initial data from local json installed with bundle, and at ipods and iphones work perfectly with the following code
called in AppDelegate
2019-12-19 13:36:33.296908-0300 APPNAME[367:13694] [error] error: No NSEntityDescriptions in any model claim the NSManagedObject subclass 'NameOfEntity' so +entity is confused. Have you loaded your NSManagedObjectModel yet ?
CoreData: error: No NSEntityDescriptions in any model claim the NSManagedObject subclass 'NameOfEntity' so +entity is confused. Have you loaded your NSManagedObjectModel yet ?
Is there any way to check if the model is already installed before perform the sync operation ?
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for your support in this library. It has been a while since I used CoreData in any of my projects and it's hard for me to maintain this library. If you have been part of the Sync contributors group and want to take ownership of the library let me know to [email protected]. For now, I'll be archiving this library.
Hy, in first, thanks for the great Job. Great library to work with CoreData.
I have an app that loads initial data from local json installed with bundle, and at ipods and iphones work perfectly with the following code
called in AppDelegate
But on Ipad on load initial data it crashes.
2019-12-19 13:36:33.296908-0300 APPNAME[367:13694] [error] error: No NSEntityDescriptions in any model claim the NSManagedObject subclass 'NameOfEntity' so +entity is confused. Have you loaded your NSManagedObjectModel yet ?
CoreData: error: No NSEntityDescriptions in any model claim the NSManagedObject subclass 'NameOfEntity' so +entity is confused. Have you loaded your NSManagedObjectModel yet ?
Is there any way to check if the model is already installed before perform the sync operation ?
Thanks
The text was updated successfully, but these errors were encountered: