Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
321 views
in Technique[技术] by (71.8m points)

iphone - 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..

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You could refactor your code and rename your classes, using XCode's refactoring feature of course.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...