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