Relationship persistence with NSPersistentCloudKitContainer

こ雲淡風輕ζ 提交于 2020-06-24 10:08:50

问题


I'm working on an app that uses NSPersistentCloudKitContainer to share data between devices. The core data model has multiple entities, two of which are connected using a relationship with it's respective inverse. The issue I'm having is that when I set the relationship to nil the cloud data is not updated and when I restart the app, the relationship gets reset back what it was before it was set to nil.

Is this a bug in the new NSPersistentCloudKitContainer? Is anyone else having this issue?

来源:https://stackoverflow.com/questions/57470636/relationship-persistence-with-nspersistentcloudkitcontainer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!