I am new to core data.
What I am trying to DO: I am trying to create a cocoatouch framework that has an app to add employee details and display them
The string you pass to the NSPersistentContainer initializer:
NSPersistentContainer(name: "CoreData")
needs to match the filename of the data model file in your Xcode project:
CoreData.xcdatamodeld