Validating app, application is missing Architecture armv7

前端 未结 13 2705
春和景丽
春和景丽 2020-12-14 09:31

When I\'m updating my first iOS app , I have 2 problems validating them,

*iPhone/iPod Touch:application executable is missing a required architecture. 
At le         


        
13条回答
  •  無奈伤痛
    2020-12-14 10:06

    I've got the same issue, and it got resolved..

    It turned out, that i've different Bundle/Executable name than the project name.

    Go to Project > double click Target

    Rename it to the Bundle/Executable name, then build for Release/iOS Device

    and the Application loader will accept your App.

提交回复
热议问题