I am using xCode 4.2 and trying to deploy my application. I am failing the validation with the following error message:
application executable is missing a
All of the answers didn't help for my case, using Xcode 4.2.1.
What I did was changing Architectures from armv7 to armv6 armv7 and it worked. Like this:
Architectures
armv7
armv6 armv7