I\'m working with an existing project that produces a dynamic library (Cocoa API).
I\'d rather generate a static library, but if I change the [Linking|Mach-O Type] fiel
I ended up creating a new 'static library' project, and then added all the members. Closing xcode and bringing up the two project files in a text editor let me quickly complete the new project.