When I\'m updating my first iOS app , I have 2 problems validating them,
*iPhone/iPod Touch:application executable is missing a required architecture. At le
Damned... this was a typo for me. When setting the architectures, I put a comma at the end of the first entry (armv7)... so that it was considered as invalid and ignored. removing this extra character has freed any problem...
Never forget to check your typo!