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
Opens up the project.pbxproj file in YourProjectName.xcodeproj folder using TextEdit, search for productType and change it's value from "com.apple.product-dynamic" to "com.apple.product-static"