Mac Version:10.6.7
XCode Version:4.2
参考书籍:Iphone3开发基础教程中文版第十一章关于数据保存技术------Core Data
在- (void)viewDidLoad 函数中
有如下的代码:
NSManagedObjectContext *context = [appDelegate managedObjectContext];
运行到这里就出错,错误提示信息:
2011-12-23 11:35:25.865 Core Data Persistence[1115:207] Unresolved error Error Domain=NSCocoaErrorDomain Code=134100 "The operation couldn’t be completed. (Cocoa error 134100.)" UserInfo=0x6a3e420 {metadata=<CFBasicHash 0x6a275b0 [0x171bb38]>{type = immutable dict, count = 7,
entries =>
...............
根据以下内容:
http://stackoverflow.com/questions/5517129/core-data-cocoa-error-134100
进行如下的操作就能解决问题:
找到该应用程序沙箱的Documents文件夹,删