简体   繁体   English

将xcode项目转换为静态库

[英]Converting xcode project to static library

Is there any way to convert a xcode project to static library and use it in other project ? 有没有办法将xcode项目转换为静态库并在其他项目中使用它? I have a project which reads QRcode it have its own static libraries i want to make the whole project as a single library . 我有一个读取QRcode的项目,它有自己的静态库,我希望将整个项目作为单个库。

The tutorial tell you how to create a static library step by step. 本教程将逐步介绍如何创建静态库。

You can add a new target(static lib) in your project and config the build phase of it. 您可以在项目中添加新目标(静态库)并配置它的构建阶段。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM