核心数据编辑器问题

发布于 2024-08-28 08:53:37 字数 326 浏览 3 评论 0原文

Stack Overflow 中的某人推荐我使用核心数据编辑器 http://christian-kienle.de/CoreDataEditor/ 管理 sqlite 持久存储。然而,最新版本(3.0)每次启动时都会崩溃。旧版本会加载,但当我将配置指向持久存储和对象模型目录时,我什么也看不到。也没有文档。

有人可以指出我到正确的位置来解决这个问题吗?我正在尝试找到一种比 sqlite 控制台更易于管理的方法来协调核心数据开发。

谢谢

I was recommended by someone in Stack Overflow to use Core Data Editor http://christian-kienle.de/CoreDataEditor/ to manage the sqlite persistent store. However the latest version (3.0) crashes on launch everytime. Older versions load but I see nothing when i point the config to the persistent store and the object model directories. There is no documentation either.

can someone point me to the right place to sort this problem? I am trying to find a more manageable way to coordinate core data development than sqlite consoles.

thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很酷不放纵 2024-09-04 08:53:37

您必须在核心数据编辑器中设置编译的模型(以 .moc 结尾,而不是 .xcdatamodel)。您可以在应用程序包的资源文件夹中找到它。

You have to set the compiled model in Core Data Editor (ending in .moc, not the .xcdatamodel). You can find it in the resources folder of your app bundle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文