美文网首页
Xcode6中添加pch(Precompile Prefix H

Xcode6中添加pch(Precompile Prefix H

作者: 陈世美_ | 来源:发表于2015-05-13 17:28 被阅读298次

如何在Xcode6中添加pch(Precompile Prefix Header)?

1,Command+N,打开新建文件窗口:ios->other->PCH file,创建一个pch文件:“工程名-Prefix.pch”:

2,将building setting中的precompile header选项的路径添加“$(SRCROOT)/项目名称/pch文件名”(例如:$(SRCROOT)/LotteryFive/LotteryFive-Prefix.pch)

可以了,编译一下程序,如果有错误检查一下添加的路径是否正确。

3,将Precompile Prefix Header为YES,预编译后的pch文件会被缓存起来,可以提高编译速度

相关文章

网友评论

      本文标题:Xcode6中添加pch(Precompile Prefix H

      本文链接:https://www.haomeiwen.com/subject/ivqbfttx.html