Validating app, application is missing Architecture armv7

前端 未结 13 2712
春和景丽
春和景丽 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:24

    Damned... this was a typo for me. When setting the architectures, I put a comma at the end of the first entry (armv7)... so that it was considered as invalid and ignored. removing this extra character has freed any problem...

    Never forget to check your typo!

提交回复
热议问题