2

I am used to Visual studio, I have class library projects that I reference in my web sites or windows applications. Using class libraries allows me to create common functionalities, utilities once and use them over and over again.

How do I do this with Xcode and iPhone App development?

I am looking for some details on how to create the library, where to stores the files and how to reference in my App. That is if it is possible.

I am very very new to Mac and Xcode.

3 Answers 3

2

Creating a Static Library for iPhone App

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

Comments

1

On the iPhone, you need to create a 'static library' target. This will build your code into a .a file which will then be integrated directly into your iPhone application.

Comments

0

http://db-in.com/blog/2011/07/universal-framework-iphone-ios-2-0/

This way has worked for me. If you need to use xibs or other non-compilable resource files in the framework, look at the embedded framework section.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.