4

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.

hpique
  • 119,096
  • 131
  • 338
  • 476
  • I think you can compare the size of two iPAs, the first is use specific static lib, the second is omit the code which reference the static lib. – KudoCC Dec 26 '14 at 09:36
  • 1
    See this link: http://stackoverflow.com/questions/9933948/why-would-the-size-of-the-final-binary-be-so-much-smaller-than-the-size-of-the-s – Wayn Liu Dec 26 '14 at 09:40

0 Answers0