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/…Nitin Gohel– Nitin Gohel2014-01-01 07:06:38 +00:00Commented Jan 1, 2014 at 7:06
- possible duplicate of How to create a static library from an Xcode project?Mani– Mani2014-01-01 07:06:43 +00:00Commented Jan 1, 2014 at 7:06
- 1but it tells to create a new project i dont want to do that i just want to convert existing project to static libraryuser3115014– user31150142014-01-01 07:12:57 +00:00Commented Jan 1, 2014 at 7:12
- you add this project in your wanted projectiOS Hero– iOS Hero2014-01-01 07:16:06 +00:00Commented Jan 1, 2014 at 7:16
- 1Have 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.Leonardo– Leonardo2014-05-29 12:46:40 +00:00Commented May 29, 2014 at 12:46
| Show 1 more comment
1 Answer
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.
1 Comment
user3115014
but it tells to create a new project i dont want to do that i just want to convert existing project to static library