I have added Item 0
value at UIRequiredDeviceCapabilities
at Info.plist
. But while uploading to iTunes, getting the following errors
The bundle is invalid. The Key UIRequiredDeviceCapabilities contains value 'Item 0' which is incompatible with the MinimumOSVersion value of '4.3'
I have added this, following the resource # "Warning: iPhone apps should include an armv6 architecture" even with build config set (from @ustinxreese answer).
How to solve the issue?