Can u please let me know the procedure as how create a Framework for iPhone?
Is there any seperate prodcedure to create a Framework in Xcode?
Thanks in Advance.
Hi and thanks for the reply. I referred to that link and found a link to the Framework Programming guide which gives the instructions to create a Framework for Mac-OS can i follow the same procedure to create a Framework for the iPhone-OS too??? – CathyOct 29 at 11:30
1
The accepted answer on that question states that static libraries are the way to go for iPhone applications. Xcode contains a static library project template, which is all you need to get started. For examples of working iPhone static libraries, see Three20 and Core Plot. – Brad LarsonOct 29 at 12:33
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.