i have developed a complete project for iPad and now i want the same source code to be used in my clients project but i dont want to share my source code with them. I found out that we can create some static libraries in order to accomplish this task.Can anyone help me with the process of creating a static library out of the source code which is already available with me.
2
- 1take a look at icodeblog.com/2011/04/07/creating-static-libraries-for-iossupertopi– supertopi2011-10-13 12:01:26 +00:00Commented Oct 13, 2011 at 12:01
- i,v already seen it but , it does not tell us how to convert the available code into a static libraryA for Alpha– A for Alpha2011-10-13 13:11:54 +00:00Commented Oct 13, 2011 at 13:11
Add a comment |
2 Answers
Here's an answer I posted on external libraries. Although the question specifically relates to creating a fat binary it has some links to a tutorial site, plus Apple's guidelines.
You'll also find tons of related questions on Stack Overflow, for example:
How to create a static library from an Xcode project?
Best thing is to do a search along the lines of "how to create iPhone static library". You should find lots of helpful resources.