美文网首页
iOS 配置.pch .h

iOS 配置.pch .h

作者: num_one | 来源:发表于2018-01-04 09:34 被阅读0次

1.命名:PrefixHeader.pch 

2.path截取:/Users/zhang/Desktop/demo/demo/others/PrefixHeader.pch(将.pch文件直接拖入.pch文件中,既可显示出.pch的path)


3.build setting 搜索 prefix header 

4.Precompile Prefix Header = Yes

5.Prefix header 填入:$(SRCROOT)/demo/others/PrefixHeader.pch

相关文章

网友评论

      本文标题:iOS 配置.pch .h

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