when I have to use third parties code (ex.: three20) I normally import the source code into my iPhone XCode project. Is there a way to import the compiled library (one file only) instead of importing all the source files?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use static libraries. Youu can refer for example to this article (XCode 3.X):
http://blog.stormyprods.com/2008/11/using-static-libraries-with-iphone-sdk.html
It explains not only how to use the library, but also how to make one by yourself.
Here is one (maybe better) which shows the same but in XCode 4:
http://blog.carbonfive.com/2011/04/04/using-open-source-static-libraries-in-xcode-4/#using_a_static_library