如何在我的应用程序中添加静态创建的库..?

发布于 2024-12-04 10:50:51 字数 340 浏览 0 评论 0原文

我已经创建了用于测试的静态库。 我用过: http://blog.boreal-kiss.net/2011/03/15/how-to-create-universal-static-libraries-on-xcode-4/#identifier_0_432

它创建成功地作为 test.a 现在我想在我的应用程序中添加这个库。

有人可以帮我解决这个问题吗?

I have created static library for testing.
I have used:
http://blog.boreal-kiss.net/2011/03/15/how-to-create-universal-static-libraries-on-xcode-4/#identifier_0_432

Its created sucessfully as test.a now i want to add this library in my application.

can anybody help me out for this?

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

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

发布评论

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

评论(2

走过海棠暮 2024-12-11 10:50:51
  1. 打开 Xcode。
  2. 单击项目文件(项目导航器中的第一项)
  3. 选择一个适当的目标
  4. 打开构建阶段
  5. 选择将二进制文件与库链接< /code>
  6. 添加您的
  1. Open Xcode.
  2. Click on project file (the first item in Project navigator)
  3. Select one of appropriate target
  4. Open Build Phases
  5. Select Link Binary With Libraries
  6. Add your library
十六岁半 2024-12-11 10:50:51

检查此链接

http:// www.amateurinmotion.com/articles/2009/02/08/creating-a-static-library-for-iphone.html

并选择链接二进制文件,直接依赖这会将您的静态库引用到您的 xcode 项目。

check this link

http://www.amateurinmotion.com/articles/2009/02/08/creating-a-static-library-for-iphone.html

and go for Link binary, Direct dependency this will refer you static library to your xcode project .

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