How can I faithfully calculate the contribution of a static library to IPA size?
Most information (such as this QA) I can find is about inspecting the IPA to detect big media. I'm interested in learning which static libraries are contributing more to the IPA.
I looked a the file size of DerivedData/{App + some id}/Build/Products/Profile-iphoneos/{some id}/lib{Static library}.a
but I suspect this is bigger than the actual size in the IPA.