6

Is there any way to convert a xcode project to static library and use it in other project ? I have a project which reads QRcode it have its own static libraries i want to make the whole project as a single library .

6
  • did you check raywenderlich.com/41377/… Commented Jan 1, 2014 at 7:06
  • possible duplicate of How to create a static library from an Xcode project? Commented Jan 1, 2014 at 7:06
  • 1
    but it tells to create a new project i dont want to do that i just want to convert existing project to static library Commented Jan 1, 2014 at 7:12
  • you add this project in your wanted project Commented Jan 1, 2014 at 7:16
  • 1
    Have you figured out a way to do this? I'm having the same problem, and I think the way is to create a new target so that I can build my project into a static lib, but I'm still not able to do it right. Commented May 29, 2014 at 12:46

1 Answer 1

-1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

but it tells to create a new project i dont want to do that i just want to convert existing project to static library

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.