DEV Community

Discussion on: How to make a task list using SwiftUI and Core Data

Collapse
 
maeganwilson_ profile image
Maegan Wilson

Is your core data entity class extending Identifiable? If not, then you will need to specify the id property of the task.

Collapse
 
icekold profile image
ICE-KOLD

I have added the Identifiable extension without luck.