XCode 项目名称是不是与 CoreData 的 sqlite 存储相同? [关闭]
Posted
技术标签:
【中文标题】XCode 项目名称是不是与 CoreData 的 sqlite 存储相同? [关闭]【英文标题】:Is the XCode project name same as the sqlite store for CoreData? [closed]XCode 项目名称是否与 CoreData 的 sqlite 存储相同? [关闭] 【发布时间】:2015-04-13 06:37:43 【问题描述】:我需要为我的 CoreData 获取数据库存储名称,并且只是想知道该名称是否与 Xcode 项目名称有关。
【问题讨论】:
随便你设置,检查代码... 【参考方案1】:检查 AppDelegate。它将在创建数据库存储的代码中。
NSURL *applicationDocumentsDirectory = [[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject];
NSURL *storeURL = [applicationDocumentsDirectory URLByAppendingPathComponent:@"whateveryouwant.sqlite"];
【讨论】:
以上是关于XCode 项目名称是不是与 CoreData 的 sqlite 存储相同? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章
Xcode:CoreData 生成的属性是“double”而不是“NSNumber”
测试与非测试中的 Swift 和 CoreData Casting 问题
Xcode 13.2.1生成SwiftUI+CoreData项目运行时提示:persistent container with no stores loaded 警告的解决