Xcode7 How to add a PCH file

Source: Internet
Author: User

When we write the project, most of the macro definitions, the header file import are here, the main reason Xcode6 remove precompile Prefix header may be that the Prefix header greatly increased the build time. But without the prefix header to manually import the header files by manual @import, the programming convenience is lost and the build time is reduced, and all PCH is necessary for iOS development.

1,command+n, open the new File window: ios->other->pch file, create a PCH document: "Project name-prefix.pch":

2, add the path to the precompile header option in building setting "$ (srcroot)/project name/PCH filename" (For example: $ (srcroot)/lotteryfive/ LOTTERYFIVE-PREFIX.PCH)

Yes, compile the program, if you have an error check the path you added is correct.

3, precompile Prefix header is yes, pre-compiled PCH file will be cached, can improve the speed of compilation

Xcode7 How to add a PCH file

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.