I am getting following three warning when I compile my core data project
I am not setting an inverse since any change to file Object does not effect the photo Object.And I don't even need to access photo object from the file object
Misconfigured Property:
Photos.file should have an inverse
Consistency error:
Photos.file does not have an inverse; this is an advanced setting (no object can be in multiple destinations for a specific relationship)
I am setting no action since any change to Factilities Object does not effect the ParentGroup Object.But I need to access ParentGroup object from the Factilities object
Consistency error:
Setting the No Action Delete Rule on Facilities.parentGroup is an advanced setting
Do I get rid of them or is it ok to to have these warning ?