App Crash if iCloud is on (linked to sync with coreData)

馋奶兔 提交于 2019-12-04 18:52:12

That's an internal iCloud error. It's not your fault, and there's nothing you can do in code that would fix or prevent it. It will happen randomly, with no predictable pattern for when or why. Deleting data for the app is, unfortunately, the only real solution. Doing that only deletes iCloud's copy of the data, not data stored in your app's Documents directory or other non-iCloud locations, so it's not surprising that the old data would still be present.

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