Xcode6 default does not support armv7s

Source: Internet
Author: User

After the upgrade to Xcode6 found, the configuration in about architectures to the default option is only ARMv7 and arm64. And again before xcode5 to the times there are armv7, armv7s and arm64 three items.

xcode5.1

Xcode 6.1

iOS devices that support armv7s have iPhone5 iphone5c and iPad4. At the same time can be backwards compatible with ARMV7, the efficiency should be lost.

If you want to add support for armv7s, you need to add it yourself to architectures. Here's how:

In Project---Architectures add armv7s, such as.

At the same time the target---architectures using the shortcut key Command+delete, it becomes the same as in project to set up. Or add ARMv7, armv7s, and arm64 yourself.

Also be aware that ARM64 supports iOS deployment target 5.1.1

Xcode6 default does not support armv7s

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.