application executable is missing a required architecture armv6

前端 未结 8 1679
轻奢々
轻奢々 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

    0 讨论(0)
  • 2020-12-02 08:43

    I stumble upon this question when looking for a solution to the warning:

    warning: iPad: application executable is missing a required architecture.
    At least one of the following architecture(s) must be present: armv7 (-19033)
    Unable to validate your application. - (null)
    

    Other answers did not solve my problem, then I realized I changed a value of CFBundleExecutable. When I returned to the old value everything went smoothly again.

    I'm not sure what is a direct cause of that warning but at least I can distribute Ad Hoc builds again.

    0 讨论(0)
提交回复
热议问题