在Xcode 4中创建静态库

时间:2011-09-15 17:04:13

标签: ios cocoa-touch xcode4 static-libraries

我无法弄清楚如何在Xcode 4中创建一个可可触摸静态库。

我在Xcode 3中创建了静态库,它工作正常。我用了this tutorial。谢谢你的帮助。

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

enter image description here

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

enter image description here

下一步我添加一些objective-c类。该类将执行各种操作,例如显示NSLog消息。

enter image description here

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

enter image description here

之后我建立目标

enter image description here

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

3 个答案:

答案 0 :(得分:1)

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

答案 1 :(得分:1)

我自己也在努力,在another SO thread上发现了这个:

iOS-Universal-Framework

答案 2 :(得分:0)

要创建静态库,您可以尝试使用示例示例:http://www.raywenderlich.com/41377/creating-a-static-library-in-ios-tutorial