美文网首页
iOS 添加pch文件的步聚

iOS 添加pch文件的步聚

作者: 江河_ios | 来源:发表于2018-02-01 15:26 被阅读0次

1:创建新文件 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文件会被缓存起来,可以提高编译速度

相关文章

网友评论

      本文标题:iOS 添加pch文件的步聚

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