尝试通过UICloudSharingController发送CKShare邀请时会发生这种情况。 failedToSaveShareWithError
委托方法返回此错误:
The operation couldn’t be completed. (_UIShareErrorDomain error 0.),
[AnyHashable("NSUnderlyingError"): <CKError 0x10c6ed230: "Partial Failure"
(2/1011); "Failed to modify some records"; partial errors: {
MyRecord:(MyRecord:__defaultOwner__) = <CKError 0x10c6e5340:
"Internal Error" (1/5000); "Public sharing identity on share <CKRecordID:
0x101a19bb0; recordName=MyRecord,
zoneID=MyRecord:__defaultOwner__> is different. Expected <30250201
01042051 9265a819 ae97af10 8ff8c2f4 c4621baf 50a893ea 1f174540 df6bb519
d7fdb6>, got <30250201 010420b6 0286d3e0 b03a1427 4e51ade1 63775c13 81fb2751
b88abb4f eb94abb5 6b98e3>">
}>]
似乎关键信息是,&#34;共享上的公共共享标识是不同的。&#34; 它过去对我有用,但现在我总是看到这个错误。知道是什么导致它或如何解决它?