增加PCH

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

2,将building setting中的Precompile Prefix  Header选项的路径添加“$(SRCROOT)/项目名称/pch文件名”

(例如:$(SRCROOT)/LotteryFive/LotteryFive-Prefix.pch)

3,将Precompile Prefix Header为YES.

你可能感兴趣的:(增加PCH)