static library has big size
build, ios, objective-c, static-libraries
Solution
Also make sure that you set Generate Debug Symbols to NO in your build settings. This can reduce the size of your static library by about 30%.
Problem
I built universal static library with help of this template The problem that is my library libWrapper.a has size 1.3 mb??? :0 while my source code has 130 kb. How I can reduce the size of my static lib? Other strange thing - Each lib has the same size - 1.3 mb. I supposed that universal (fat) libs should have bigger size.