iOS Mac Xcode使用技巧

关于Xcode 10 新建 PCH File 步骤

2019-03-04  本文已影响4人  xiaolongLee

Make new file: ⌘cmd+N

iOS/Mac > Other > PCH File > YourProject-Prefix.pch.

Make sure you display "All" and not "Basic". (Blue buttons)

Project > Build Settings > Search: "Prefix Header".

Under "Apple LLVM 7.0" you will get the Prefix Header key.

Type file directory. e.g: "$(SRCROOT)/$(PROJECT_NAME)/ProjectName-Prefix.pch".

Clean project: ⌘cmd+⇧shift+K

Build project: ⌘cmd+B

上一篇 下一篇

猜你喜欢

热点阅读