为了测试冲突,我一直在两台设备上保存同一文档的两个不同版本。然后,在这两种设备上,我将能够查看currentVersionOfItemAtURL
以查看“获胜”版本(在两种设备上都是相同的)以及otherVersionsOfItemAtURL
orremoveOtherVersionsOfItemAtURL
以查看其他设备。
但是我现在似乎有一个处于奇怪状态的文档,currentVersionOfItemAtURL
两个设备上的位置不同,并且没有otherVersionsOfItemAtURL
or removeOtherVersionsOfItemAtURL
。使用getResourceValue:forKey:
withNSURLUbiquitousItemHasUnresolvedConflictsKey
报告 URL 存在未解决的冲突,但我无法看到它们。
当 URL 报告 NSURLUbiquitousItemHasUnresolvedConflictsKey 为 true 但没有其他版本的 URL 时,这意味着什么?这是我需要在生产应用程序中处理的情况吗?