简体   繁体   中英

How to create a static library from an Xcode project?

I struggling with a problem. I am having two apps. I want to link/integrate those two apps to my third app. I need to keep all these three apps class files and other resource files independent. Because most of them have the same name. How can I do this? I have to convert them to library and integrate them? If so, how to do that? Is there any other way to do it?..

I am having all these three apps as Xcode projects. I want only one app as the result after integrating..

I read in few forums that this is possible to do using static libraries. Can you suggest me the best way to create a static library from an existing Xcode project?

Any help pls..

Thanks..

您可以使用XCode的重构功能重构您的代码并重命名您的类。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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