use of undeclared IDentifIEr ‘NSMigratePersistentStoresautomaticallyOption’
NSDictionary *options = [NSDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithBool:YES],NSMigratePersistentStoresautomaticallyOption,[NSNumber numberWithBool:YES],NSInferMapPingModelautomaticallyOption,nil];
为了让我能够识别我的NSMigratePersistentStoresautomaticallyOption常量,我缺少什么?
谢谢,
麦克风
解决方法 NSMigratePersistentStoresautomaticallyOption在NSPersistentStoreCoordinator.h中声明.您确定在构建该字典的地方(包括CoreData.h)包含或转发它吗? 总结以上是内存溢出为你收集整理的ios5 – 使用未声明的标识符’NSMigratePersistentStoresAutomaticallyOption’全部内容,希望文章能够帮你解决ios5 – 使用未声明的标识符’NSMigratePersistentStoresAutomaticallyOption’所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)