In Xcode 3, this is an option to select whether the project uses core data features. If it’s checked, Xcode automatically generates the code to set up the environment. Most of the examples about core data is based on the codes generated by Xcode. However, this feature is taken out in Xcode 4.This post is a guide of how to add the code manually in Xcode 4. Based on that, here’s my version of a simplified routine (it’s only 7 lines without the comments) .
Read More