Validating app, application is missing Architecture armv7

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

    it says missing a required architecture try this

    1. Go to Targets "your project"
    2. Go to Build Settings
    3. See if there is armv7 in the Architectures
    4. if not, then set Architectures to armv7
    5. clean and build.

    If there is armv7 already, then something must be wrong.

    hope it helps!

提交回复
热议问题