I have a very simple (beginner) application to which I want to add persistence. Using XCode 4.2 when I created the Project there was no "Use CoreData option" so now that I have my views and everything set up I can't find a way to add the CoreData Framework.
I've been reading and most places say that if you don't select "use CoreData" you will be missing very important code in your project so I'm even wondering if it is possible to implement it now that my project is advanced...
I appreciate your help!