Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top