Search code examples
iphonexcodearmv7armv6

Xcode ARMV application executable is missing


I need to change my "armv" before I can upload it. But how can I do it? it says:

iPhone/iPod Touch: application executable is missing a required architecture at least one of the following architecture(s) must be present: armv6


Solution

  • You can add armv6 to your build settings. Also, make sure it is added to Valid Architectures. It should hopefully look something like this.

    enter image description here