- In Xcode use command+n and in the file prompt select Other(either osx/ios)> PCH File.
- Give it a name and a target
- Go to the target's Build Settings and in Prefix Header config set the file path, something like this: "${PROJECT_DIR}/${PRODUCT_NAME}/PrefixHeader.pch"
- Change Precompile Prefix Header to YES Why?
Last active
August 29, 2015 14:15
-
-
Save vnavarro/34fec19ecb6f7c5c2cc2 to your computer and use it in GitHub Desktop.
How to create and setup a prefix header file for osx/ios
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment