1

I am submitting an app and i am getting an warning "warning: iPad only apps should not include an armv6 architecture (current ARCHS = "armv6 armv7")." please advice how to remove this warning?

Michas
  • 8,534
  • 6
  • 38
  • 62
Pravin
  • 41
  • 1
  • 7

2 Answers2

1

More specifically, go to ProjectBuild SettingsArchitectures.

Then, change your architecture to Standard (armv7).

Marko
  • 20,385
  • 13
  • 48
  • 64
SiteKickr
  • 11
  • 1
1

You need to change your the Architectures in you build settings, see this SO question: Warning iPhone apps should include an armv6 architecture even with build config set which is the opposite of your warning.

Community
  • 1
  • 1
Dave Anderson
  • 11,836
  • 3
  • 58
  • 79