I forgot to check Use Core Data for my project. How can I include Core Data using Swift?
I already added Data Model, CoreData.fraMework,
I got the error message : Use of unresolved identifier 'managedObjectContext'
let destination = NSEntityDescription.insertNewObjectForEntityForName(
entityName,
inManagedObjectContext: managedObjectContext!) as Destination