0

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?

Community
  • 1
  • 1
Md Mahbubur Rahman
  • 2,065
  • 1
  • 24
  • 36

2 Answers2

1

Into the info.plist file, remove "Item 0" in "Required background models" and "Required device capabilities"

Alfonso
  • 11
  • 1
0

Remove both, ARM6 and ARM7 from the Required Capabilities within your info.plist.

Till
  • 27,559
  • 13
  • 88
  • 122