iOS Development--pch file creation

Source: Internet
Author: User

New company, took over the project even PCH files are not, each need to use the screen when the width of the high, are now written. Now that I've met you, just say the PCH thing.

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

2. Search for the Prefix header in building setting and change the No to the right of the Precompile Prefix header to Yes. Precompile Prefix header is yes, pre-compiled PCH files are cached to improve compilation speed

3. Double-click the Prefix header below the precompile Prefix header to add the project path to the PCH file you just created, adding the format: "$ (srcroot)/project name/PCH filename", $ (srcroot) The meaning of the project root directory, when added, he will automatically help you into the path of your project.

iOS Development--pch file creation

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.