I'm trying to display data in SwiftUI from a .xcdatamodeld file
If I make the class I've got an error "Invalid redeclaration of ..."
And if I delete the class and I use only the extension I've got the error "Use of undeclared type ...
(Links lead to images)
What can I do ? Thank you