application executable is missing a required architecture armv6

前端 未结 8 1731
轻奢々
轻奢々 2020-12-02 08:00

I am using xCode 4.2 and trying to deploy my application. I am failing the validation with the following error message:

application executable is missing a          


        
8条回答
  •  误落风尘
    2020-12-02 08:42

    All of the answers didn't help for my case, using Xcode 4.2.1.

    What I did was changing Architectures from armv7 to armv6 armv7 and it worked. Like this:

    enter image description here

提交回复
热议问题