This is for XCode 6 and Swift...
I\'m trying to make a fetch request to the managed object context but it\'s not returning the correct subclass.
I have already s
Check to make sure that in the "Entity" inspector (right side of the screen, Utilities pane) when Task is selected in your Model that its Class field is properly filled in with "Task" (it's blank by default).