문제

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