0

Is it possible to create an own obj-C Cocoa Touch framework by using classes created already.How can I make it useful for others by converting into a custom framework using Xcode?

Anyone can help me? Thanks in advance.

Arunkumar
  • 55
  • 1
  • 8

1 Answers1

0

At first you should creare static library. @Antonio MG gave a great suggestion about Creating a Static Library in iOS.

After that you can create framework from static lib and headers. How to do this you can see in this SO question.

Community
  • 1
  • 1
Sviatoslav Yakymiv
  • 7,887
  • 2
  • 23
  • 43
  • Thanks , I Already tried them but unfortunately not reached to success.If you know, kindly share some simple methods.Because I am new to iOS. – Arunkumar Oct 23 '13 at 09:45