I am failing the validation with the following error message:
" application executable is missing a required architecture armv7."
i’ve tried the following steps but still not getting the correct solution ![]()
-
Left-click project icon (blue icon, under “Run” button).
-
Next to the project icon (to the right of it), left-click on project name under “PROJECT” (White background).
-
Select tab “Build Settings” and look for submenu “Architectures” (First one). Left-click on “Standard (armv7) $(ARCH_STANDARD_32_BIT)” and select “Other…”
-
Click on the “-” icon to remove original value (“$(ARCH_STANDARD_32_BIT)”). Click the “+” icon and write “armv6” (without double-quotes). Click the “+” icon again and add “armv7” (also without double-quotes). Click “Done”.
-
Make sure that “Build Active Architecture Only” is set to “No” (it should be)
-
Next to the project icon (to the right of it), left-click on project name under “TARGETS” and repeat steps 3, 4 and 5.
Does anyone know the solution of this problem ?

i found it for android but can't find device filter for iOS .. :(
– mohammadkhatriit did work ..
– mohammadkhatri