开发者

Warning in core data database

开发者 https://www.devze.com 2023-03-19 11:21 出处:网络
I have created c开发者_开发问答ore data database in xcode. i haven\'t insert any thing in DB and getting following worning. DipItItemOptions has a relationship with DipItItems entity

I have created c开发者_开发问答ore data database in xcode. i haven't insert any thing in DB and getting following worning. DipItItemOptions has a relationship with DipItItems entity

DipItItemOptions.newRelationship1 should have an inverse


It is recommended that relationships in Core Data work both ways. So if DipItItemOptions has a relationship with DipItItems, then DipItItems should also have a relationship with DipItItemOptions. It's not always necessary but recommended anyway.

0

精彩评论

暂无评论...
验证码 换一张
取 消