TimeCard[41935:10278070] [error] error: No NSEntityDescriptions in any model claim the NSManagedObject subclass 'TimeCard.CountdownItem' so +entity is confused. Have you loaded your NSManagedObjectModel yet ?
CoreData: error: No NSEntityDescriptions in any model claim the NSManagedObject subclass 'TimeCard.CountdownItem' so +entity is confused. Have yo
u loaded your NSManagedObjectModel yet ?
TimeCard[41935:10278070] [error] error: +[TimeCard.CountdownItem entity] Failed to find a unique match for an NSEntityDescription to a managed object subclass
Failed to find a unique match for an NSEntityDescription to a managed object subclass
executeFetchRequest:error: A fetch request must have an entity.
以上是报错信息。
最后定位到问题ContentView里的@Environment不生效,获取不到环境变量managedObjectContext
将
@Environment(\.managedObjectCo

在尝试使用NSManagedObject subclass 'TimeCard.CountdownItem'时遇到错误,提示模型中没有NSEntityDescriptions声称该子类。解决方法是确保已加载NSManagedObjectModel。错误还提到ContentView中的@Environment managedObjectContext未生效。通过将@Environment(.managedObjectContext) var managedObjectContext更改为适合macOS应用的NSApplication相应代码,问题得以解决。
最低0.47元/天 解锁文章
780

被折叠的 条评论
为什么被折叠?



