启动我的应用程序并发出一些获取请求后大约 5 秒,它崩溃并出现以下错误:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'This NSPersistentStoreCoordinator has no persistent stores. It cannot perform a save operation.'
我使用的核心数据只有两个实体和几个属性,没有 UITableViewControllers、获取委托和其他东西。显然我不能在这里复制/粘贴我所有应用程序的代码,但我确信我在某个地方犯了一个愚蠢的错误。
有什么方向可以看吗?