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

前端 未结 5 1528
小蘑菇
小蘑菇 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条回答
  •  Happy的楠姐
    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

提交回复
热议问题