Pradeep Singh
1 min readFeb 16, 2017

--

let task = Task(context: context)

at This Line I am getting the Error that use of unresolved Identifier ‘Task’

I have the entity entry in the core data file but don’t know why I’m getting this.

--

--