10

I am trying to submit an application via the application loader. I get this error. But I already checked in the build settings and all three architectures are included in the Valid Architectures settings.

Cœur
  • 37,241
  • 25
  • 195
  • 267
devdev101
  • 241
  • 1
  • 5
  • 14

2 Answers2

28

Disconnect any device and just leave the option in "iOS Device" and archive it.

Abel7x
  • 461
  • 4
  • 4
  • i'd love to know why that works (when previously i'd been able to still archive with device intact), but for now, it has solved my problem, therefore grateful. – Jon Madison Oct 30 '14 at 03:32
  • Hi Jon. I'm sorry I don't have the answer for that, I was just struggling with my archive and then I realized that just the arch for the 5s (the model of my device) was been included and so I tried disconnecting and it worked. I'm glad that it solved your problem. – Abel7x Oct 31 '14 at 13:56
  • It is because of the comment made by Alfahad. When your device is plugged in it is building for the active architecture (i.e. your device). When you unplug your device or change the build active architecture only to 'NO' it fixes this issue. – krut Mar 03 '15 at 03:04
25

Change 'Build Active Architecture Only' to 'NO'

Alfahad
  • 351
  • 2
  • 3