1. 新建工程:
2. 创建pch文件:cmd+n->other->PCH file->demo.pch->create
3. 在setting里面进行设置:product->cmd+f->prefix->Prefix Header->输入 $(SRCROOT)/工程名/demo.pch->回车
4. 一切尽在不言中:)
本文共 212 字,大约阅读时间需要 1 分钟。
1. 新建工程:
2. 创建pch文件:cmd+n->other->PCH file->demo.pch->create
3. 在setting里面进行设置:product->cmd+f->prefix->Prefix Header->输入 $(SRCROOT)/工程名/demo.pch->回车
4. 一切尽在不言中:)
转载于:https://www.cnblogs.com/Bo-tree/p/5095017.html