I\'m trying to submit an update of an existing application on behalf of one of my clients, and I\'m getting \"Invalid Binary\" failures from iTunes Connect with no explanati
I faced the same problem, tried with most of the solutions and finally come to below solution.
Just Check following things..
1) add arm64 as valid architecture in project target settings as well as project settings
2) Modify info.plist file and add Icons files array with all required images with name.
3) Most important -- because of rejection you changed the version number of application in plist file but not on iTunes portal.
You need to set/manage same version number in app and on iTunes portal.
Set this and try to upload binary again,this will resolve your problem.