I have this Folder entity inside the CoreData model and I want to create a one-to-many relationship 'folders' of type Folder. How can I do that?
If I do like in the screenshot, the only available 'Inverse' property is 'folders' not 'folder'.
CodePudding user response:
Here is what I did and it works. Thanks!