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

后端 未结 30 2179
南笙
南笙 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:42

    Use the build & archive tools in Xcode as described in another response here.

    For some reason the archive tool triggered something at Apple to send back email telling me what was actually wrong (corrupt PNG file).

    My issue? Xcode corrupts some PNG files when it compresses them. Go to Build Settings, look in the Packaging section and set "Compress PNG Files' to no.

提交回复
热议问题