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
Delete your build target, then create a new one, choose "Library" and make sure you choose type "Static". After this, you only have to add your sources and dependencies again.