What can cause “invalid binary” with no email followup from iTunes Connect?

后端 未结 30 2228
南笙
南笙 2020-12-12 19:05

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

30条回答
  •  猫巷女王i
    2020-12-12 19:29

    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.

提交回复
热议问题