0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

使用pch文件配置工程

Posted at

1.进入工程根目录,然后点击左边的Target,选中Build setting,搜索 Prefix Header
2.在Prefix Header栏中,添加相对路径

$(SRCROOT)/工程名/pch文件名.pch

完成以上操作。pch文件方可使用。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?