I created a new project using Xcode 6.3.1 and I want to manual add a 'pch' file to my project. I was looking at questions online PCH File in Xcode 6 but the selected answer says to go to LLVM6.0 but that does not exist in build settings anymore. Where can i find it to add the .pch?
To create a prefix header (pch) file you'll have to do the following:
prefix header
.Apple LLVM 6.1 - Language
you will find the Prefix Header
key.$(PROJECT_NAME)/myPrefixHeaderFile.pch
.Below is a screenshot showing where to find it in Build Settings
: