I want to build cocoa framework project, but when I build the project I get the .a
file not .framework
.
What setting is needed for this?
First, when you are creating the project, be sure that you are selecting the "Cocoa Touch Framework" template.
After you build the project, the .framework
file will be created and will show up in the "Projects" folder in the project navigator.