You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger.default.fault("resolveConflict called on a CKError that was not a serverRecordChanged error. The error was \(String(describing: effectiveError), privacy:.public)")
31
+
ckLog.fault("resolveConflict called on a CKError that was not a serverRecordChanged error. The error was \(String(describing: effectiveError), privacy:.public)")
Logger.default.fault("Failed to obtain client record from serverRecordChanged error. The error was \(String(describing: effectiveError), privacy:.public)")
36
+
ckLog.fault("Failed to obtain client record from serverRecordChanged error. The error was \(String(describing: effectiveError), privacy:.public)")
Logger.default.fault("Failed to obtain server record from serverRecordChanged error. The error was \(String(describing: effectiveError), privacy:.public)")
41
+
ckLog.fault("Failed to obtain server record from serverRecordChanged error. The error was \(String(describing: effectiveError), privacy:.public)")
39
42
returnnil
40
43
}
41
44
42
45
returnresolver(clientRecord, serverRecord)
43
46
}
44
47
45
48
@discardableResultfunc retryCloudKitOperationIfPossible(_ log:Logger?=nil, in queue:DispatchQueue=.main, with block:@escaping()->Void)->Bool{
0 commit comments