我在下面声明代码语句时怎么会出现这个错误?
使用未声明的标识符“NSMigratePersistentStoresAutomaticallyOption”
NSDictionary *options = [NSDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithBool:YES], NSMigratePersistentStoresAutomaticallyOption, [NSNumber numberWithBool:YES], NSInferMappingModelAutomaticallyOption, nil];
为了让它识别我的 NSMigratePersistentStoresAutomaticallyOption 常量,我缺少什么?
谢谢,
麦克风