ERROR ITMS-9000 : invalid bundle. the bundle at xyz.app does not contain bundle executable

前端 未结 5 1491
小蘑菇
小蘑菇 2020-12-21 18:52

I\'m trying to submit app to app store. I\'m getting this error:

ERROR ITMS-9000 : invalid bundle. the bundle at xyz.app does not contain bundle execu

相关标签:
5条回答
  • 2020-12-21 19:21

    For Xcode 7.1.1 & latest iOS is 9.1

    You need to change:

    • Build Active Architecture Only to NO (include debug & release).
    • Valid Architectures arm64, arm7, arm7s
    0 讨论(0)
  • 2020-12-21 19:23

    The same issue was also reported here: Apple iTunes Connect App submission error

    I have also experienced this but have not resolved it yet![enter image description here][1]

    Am building for architectures: arm64 armv7 armv7s

    0 讨论(0)
  • 2020-12-21 19:25

    Make sure your device is not connected to your computer. And then build your archive. Such was the case here: Validating app, application is missing Architecture armv7

    0 讨论(0)
  • 2020-12-21 19:44

    Check that you are building for arm64 armv7 armv7s

    0 讨论(0)
  • 2020-12-21 19:44

    Make sure your Build Setting->Architectures->Build Architectures->Yes

    0 讨论(0)
提交回复
热议问题