我試圖CoreData添加到現有的項目和 有奇怪的錯誤...添加CoreData現有項目
我得到的錯誤:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Cannot create an NSPersistentStoreCoordinator with a nil model'
在RootView存在警告:
- (NSFetchedResultsController *)fetchedResultsController;
在行:
_fetchedResultsController.delegate = self;
和它說:
warning: class 'RootViewController' does not implement the 'NSFetchedResultsControllerDelegate' protocol
什麼想法?
每個人都從錯誤中學習,平時我們自己。如果不是的話,我們總是希望我們能夠對別人發出警告。 – TechZen 2011-03-09 22:20:15
標記爲已回答。 – 2011-04-02 20:55:35
謝謝!我不知道我是如何錯過的! – sridvijay 2012-07-18 21:02:26