Invalid iPhone Application Binary

后端 未结 30 1699
天命终不由人
天命终不由人 2020-11-29 18:25

I\'m trying to upload an application to the iPhone App Store, but I get this error message from iTunes Connect:

The binary you uploaded was invalid. T

30条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 18:51

    It seems this issue has many causes. Here's the solution to mine:

    This applies to anyone who belongs to multiple development teams (e.g. your own apps, and your companies).

    If you building the build with one set of credentials and re-signing it with a different one (e.g. for adhoc/appstore distribution), you must ensure that the build was originally built & signed with credentials belonging to the same iOS development team that the distribution credentials you are re-signing with belong to.

    So don't build with "Indy Dev Inc" credentials then try to deploy with "Company Inc" credentials. Make sure you setup both "Company Inc" dev, and distribution credentials, and use them.

    I posted more info about this on my blog: http://omegadelta.net/2011/06/09/fiendish-ios-code-signing-invalid-binary-issue/

提交回复
热议问题