application executable is missing a required architecture armv6

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

    My environment was Xcode 4.5.1. Changing two things solved this issue for me.

    1. Setting the deployment target to at least iOS 4.3.
    2. Keeping only armv7 architecture in the Architectures list under build settings and removing all others (including armv6) explicitly.

提交回复
热议问题