在 Xcode 4 中创建静态库

发布于 2024-12-04 19:02:26 字数 731 浏览 0 评论 0原文

我不知道如何在 Xcode 4 中创建可可触摸静态库。

我已经在 Xcode 3 中创建了静态库并且工作正常。我使用了本教程。感谢您的帮助。

第一步,我创建 cocoa touch 静态库

在此处输入图像描述

接下来我们可以在产品目录中看到我们的静态库。但现在这个未编译的库。

在此处输入图像描述

下一步我添加一些 Objective-C 类。这个类将执行各种操作,例如显示 NSLog 消息。

在此处输入图像描述

然后我确保编译源中存在此类

在此处输入图像描述

之后,我构建目标

在此处输入图像描述

现在我使用这个静态库在其他项目中,但是当我使用它时,将文件与静态库链接时出现错误。

I can't figure out how to create a cocoa touch static library in Xcode 4.

I've created static library in Xcode 3 and it worked fine. I used this tutorial. Thanks for the help.

First step I create cocoa touch static library

enter image description here

Next we can see our static library in product directory. But now this uncompiled library.

enter image description here

Next step I add some objective-c class. This class is will perform various actions, for example show NSLog messages.

enter image description here

Then I made sure there is this class exist in compile source

enter image description here

After that I build my target

enter image description here

Now I use this static library in other projects, but when I use it I get a error when linking files with my static library.

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

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

发布评论

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

评论(3

神经暖 2024-12-11 19:02:26

打开 Xcode >创建新项目> iOS>框架与图书馆> Cocoa Touch静态库

Open Xcode > Create New Project > iOS > Framework & Library > Cocoa Touch Static Library

谎言 2024-12-11 19:02:26

我自己也在努力解决这个问题,并且在另一个SO线程,发现了这个:

iOS 通用框架

I struggled with this myself and, on another SO thread, found this:

iOS-Universal-Framework

一生独一 2024-12-11 19:02:26

要创建静态库,您可以尝试通过此处的示例来弄清楚: http://www.raywenderlich.com/41377/creating-a-static-library-in-ios-tutorial

To create an static library you can try to figure out with example example here: http://www.raywenderlich.com/41377/creating-a-static-library-in-ios-tutorial

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