I want to create a library in Objective C in XCode, like the MKMapKit framework. How can I create this?
What type of project do I have to create for this?
I want to create a library in Objective C in XCode, like the MKMapKit framework. How can I create this?
What type of project do I have to create for this?
You can't make frameworks for the iPhone, you need to have a static library.
Jeffrey Sambells made a very good article how to do this.
You create a framework project - Apple dev docs