Last Updated: February 25, 2016
·
2.604K
· mokagio

Xcode armv7 warning

If you get a warning in the new Xcode 5 on the lines of:

Apps that include an armv7s architecture are required to include an armv7 architecture

or

warning: iPhone apps should include an armv7 architecture (current ARCHS = "armv7s")

There's probably something messed in your project.pbxproj file. What a news....

But don't panic the fix is easy, just go in the Build Settings of your designated target, find the Architectures option and select "Standard" from the dropdown menu.

Note: "Standard" may be selected already. If that's the case... just select another option, save, and select "Standard" again. Crazy isn't it?

That did the trick for me... Hope it helps.

Happy coding! :)

3 Responses
Add your response

Also... be sure not to have any device connected!!!

over 1 year ago ·

In the Build Settings > Build Active Architecture Only, choose "No" and it will build for all architectures in your list.

over 1 year ago ·

It worked. Thanks for your tip.

over 1 year ago ·