I got this error:
ERROR ITMS-90502: "Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist."
Although I have this variable on info.plist file:
My build settings (always building all architectures):
Any idea for solving could help. I'm really stuck here.
I'm using Xcode 7.1
Apparently, third party libraries (using pod) didn't have this flag.
Adding that solved it.