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

后端 未结 30 2192
南笙
南笙 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条回答
  •  既然无缘
    2020-12-12 19:15

    I just got mail from apple

    Missing 64-bit support - Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code.
    

    So please remember to add arm64 as valid architecture in project target settings as well as project settings

    enter image description here

    Now add arm64 by

    enter image description here

    And it will look like

    enter image description here

提交回复
热议问题