user594161
user594161

Reputation:

How Do I Add CoreData to a Tab Bar Application

I just updated to Xcode 4.01 or 4.1 (forgot) and I don't see the option to create an App and use Core Data. Before, I when I chose a template from the template chooser, the option would be there. It isn't now. How can I fix this?

Upvotes: 2

Views: 3075

Answers (1)

Felix
Felix

Reputation: 35394

In Xcode 4 the option "Use Core Data" is only available in the following iOS templates:

  • Navigation-based Application
  • Split View-based Application
  • Utility Application
  • Window-based Application

Upvotes: 1

Related Questions