10. Use Xcode6 to configure the. pch file for iOS programming,
People who have just started Xcode6 will always find that they used to "Application name-Prefix" before "6. the pch file is used to configure the header files we need globally, but xcode6 is gone. People say that this kind of stuff sometimes has some inexplicable problems. In order to avoid the abuse of many programmers, in addition, apple companies in the high-end atmosphere do not want to be scolded all day long, so they simply cancel Automatic Generation, and they need to configure their own services, it is also your own business that is not easy to use.
1. First create a. pch File
2. then customize the name. Don't forget to tick it.
3. Find the location to be modified according to the method.
4. Modify Debug and Release.
The path to be written for modification is "Application name/the pch file name you configured/", which must be written in this way; otherwise, the file cannot be found.
5. Open the. pch file and write what you want to write.
Chapter 10. End!
The content in this article is original. For reposted content, please indicate the source. It cannot be used for commercial purposes. Thank you!
Http://blog.csdn.net/zsfz_053/article/details/42318257