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

半城伤御伤魂 提交于 2019-11-29 15:50:02
Koh

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

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

Check that you are building for arm64 armv7 armv7s

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

Thuỷ Đào

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
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!