ios - ipa size is increased instead of decreasing Xcode 7.2 -


previously using xcode7.0.1 using xcode7.2 , size of ipa file of project around 44mb. have deleted 22mb of unused images project, size of overall project decreased 22mb , generated ipa file size increased instead of decreasing. size 53mb. ideas possible reason kind of peculiar behaviour?

i followed similar discussion on github nothing out of it.

for generating ipa file followed following steps:

xcode -> product -> archive 

try disabling bitcode feature of app. enabled default.

for disabling feature use link

after disabling it, make sure app working fine.. make sure clean project before creating ipa file.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -