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???
2009-10-29 11:30:14
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 Larson
2009-10-29 12:33:32