iOS Development--Error summary & common errors and warnings in development summary (34)

Source: Internet
Author: User

Summary of common errors and warnings in development (34)

1. error Hint:iphone/ipod touch:application executable is missing a required architecture. At least one of the following architecture (s) must be PRESENT:ARMV6 (-19033)

    • Workaround: Target->build settings->architectures->standard (armv7)->other...-> Delete the original content, then add "ARMv6" and " ARMv7 "(note order); Build Active Architecture only Select Yes

2, error: install to the old iOS device error---> An unknown error occurred (0xe8003ffe)

    • Workaround: IPA does not support the old device (ARMV6), when packaging the following changes: Target->build Settings->architectures->standard (armv7)->other ... Delete the original content, then add "ARMv6" and "armv7" (note order); Build Active Architecture only Select Yes
3.Xcode Error,: 

This error occurs because a method is declared in the. h file, but is not implemented in the corresponding. cpp file. (The method selected in is not implemented)

iOS Development--Error summary & common errors and warnings in development summary (34)

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.