Confused about the size of my App?

北城以北 提交于 2019-12-11 04:09:23

问题


I'm a bit confused about the size of my App! The folder and all the contents comes out at 25.9MB... After archiving in Xcode it says 'Estimated App Store Size: 49.8MB... Anybody know why this is?

Thanks


回答1:


I had this same as an issue with xcode 4.3, since my app it said that it will be 45.8 and the actual size was 31.5




回答2:


Are you compiling for armv6 and armv7 (if you want to support iPhone 3G et. al you are doing this)?

In this case the .xcarchive you submit will contain two binaries, making it twice as large. Based on the sizes you mentioned, this seems very likely.



来源:https://stackoverflow.com/questions/10928706/confused-about-the-size-of-my-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!