Just to clarify, I am not talking about merging different architectures static libraries into one here.
I have a static library that depends on several other static libraries. The problem is that I don't want our customer to bother to include all those .a
files, but instead only one containing all the objects and code they need.
So how could I merge several static libraries into one? Or is it possible to include those static libraries when I build the static library through XCode?