문제

When Validating the Archive, I get the following warning:

"This bundle is invalid. when supporting iPhone, the executable must include support for armv6 architecture, unless the UIRequireDeviceCapabilities include the 'armv7' capability."

enter image description here

What is wrong with the build ? I am using XCode5 while minimum target set to 4.3

도움이 되었습니까?

해결책

To fix this problem, I have upgrade the deployment target to 6.0 from 4.3

Hope this help someone else.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top