iOS Core Data - 可以通过代码包含 coredata 框架吗?
我正在尝试为我开发的供其他人使用的模块构建一个静态库。该库需要使用核心数据。有什么方法可以通过代码加载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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,我很确定这是不可能的。我添加了相当多的第三方库,并且经常指示您手动包含框架。任何使用你的模块的人可能都会习惯手动添加框架,所以我认为这不会是一个大问题。
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.