iOS Core Data - 可以通过代码包含 coredata 框架吗?

发布于 2024-11-07 19:36:50 字数 87 浏览 0 评论 0原文

我正在尝试为我开发的供其他人使用的模块构建一个静态库。该库需要使用核心数据。有什么方法可以通过代码加载coredata框架,这样用户就不必手动将其添加到项目中?

I'm trying to build out a static library for a module i've developed for others to use. the library requires the use of core data. Is there any way I can load the coredata framework through code so that the user doesn't have to manually add it to the project?

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

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

发布评论

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

评论(1

李白 2024-11-14 19:36:50

不,我很确定这是不可能的。我添加了相当多的第三方库,并且经常指示您手动包含框架。任何使用你的模块的人可能都会习惯手动添加框架,所以我认为这不会是一个大问题。

No, I'm pretty sure it's not possible. I've added quite a few third party libraries and you're often instructed to include frameworks manually. Anyone that uses your module will probably be used to adding frameworks manually, so I don't think it will be much of a problem.

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