- Where Developers Learn, Share, & Build Careers


I started to go to developer.apple.com via "Core Data Tutorial for iOS" Some paragraphs use this "window-based application template" to create a new project that is not present in the xcode (4.5.1) of my code, so I used the "View Single Application" instead. The problem occurs when there is no xcdatamodeld file that should be provided by the template, and app representative properties (such as NSManned Object Contains) are discussed, as well as missing.

What's the updated tutorial from 4.5.1 Apple that covers this content?

Thank you very much. In fact, this tutorial needs to be updated for Xcode 4 and iOS 6.

With some instructions here, the code for the updated tutorial for Xcode 4 is given:

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -