1

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?

Nate
  • 16,748
  • 5
  • 45
  • 59

2 Answers2

4

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.

gcamp
  • 14,622
  • 4
  • 54
  • 85
  • And if you don't know how to create it, how can you be working on it? – gcamp Jan 18 '11 at 22:28
  • I am totally not agree with @gcamp. May you explain why we can't make framework library for iPhone if there are lots of 3rd party frameworks (like- Facebook, Twitter, layar.com, Revmob, etc.) already made. – Ways and Means Technology Aug 02 '13 at 04:12
0

You create a framework project - Apple dev docs

mmmmmm
  • 32,227
  • 27
  • 88
  • 117
  • this doc is tomuch old ...can u give me some new information for this ? i want to create freamwork for iphone and ipad application. –  Jan 18 '11 at 18:24