Xcode——将一个静态库嵌入到另一个静态库中?

发布于 2024-11-18 08:10:12 字数 75 浏览 1 评论 0原文

是否可以以这样的方式执行此操作:父项目不需要任何引用子库的设置——仅引用父库?

(例如,我希望自动选取标头搜索路径)。

Is it possible to do this in such a way that the parent project does not need any settings that refer to the sub-library -- only to the parent library?

(For example, I want header search paths to be picked up automatically).

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

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

发布评论

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

评论(1

黯然 2024-11-25 08:10:12

我认为您正在寻找一个框架,而不是实际上的静态库(当您使用静态库时,您将始终需要符号引用,即标头)

Apple 为我们提供的解决方案是框架。

您可以查看此 GitHub 项目,其中包含用于再次创建 iOS 框架的 Xcode 4 模板。

祝你好运!

I think you are looking for a Framework, not actually a static library ( You will always need the symbol references aka headers when you use static libraries )

The solution that Apple gave us, is Frameworks.

You can checkout this GitHub project which contains an Xcode 4 template for creating iOS frameworks again.

Good luck!

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