1

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

jscs
  • 63,694
  • 13
  • 151
  • 195
SandeepM
  • 2,601
  • 1
  • 22
  • 32
  • I am also facing the same issue while releasing the universal application.. Please share if you have found the solution. – Satish Oct 28 '13 at 08:38

1 Answers1

2

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

Hope this help someone else.

SandeepM
  • 2,601
  • 1
  • 22
  • 32