摘要:
在做要用到Core Data 相关的项目,突然出现错误"NSInternalInconsistencyException', reason: 'This NSPersistentStoreCoordinator has no persistent stores. It cannot perform a save operation.'"我在程序中已经创建了持久化存储协调器,并使用SQLite数据库做持久化存储。最好还是在stockover找到答案:http://stackoverflow.com/questions/1091228/i-keep-on 阅读全文