Вопрос

In same project, IPA generated by Xcode 4.3.3 is 4.1 MB, Xcode 4.5 DP2 makes it only 2.9 MB. After unzip and Show Package Content, only app executable file is different. Xcode 4.3.3 makes it 4.9 MB, Xcode 4.5 DP2 makes it 2.3 MB.

Why the difference?

Thanks.

Это было полезно?

Решение

My guess, without installing Xcode 4.3.3 is that Xcode 4.5 DP2 removed the ARMv6 binary from the ipa. Thus you are left with just the ARMv7 binary.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top