CKError localizedDescription
Aim I would like to display the CKError encountered to the user in the app as an alert. So I would like to extract the string from the error that can be displayed to the user. Note: This question is not about UI code to display. Just want to extract a meaningful string from the error. I tried to use localizedDescription but it doesn't seem to contain an appropriate string Code: Given below are the attempts I made: po error <CKError 0x1c464cea0: "Network Unavailable" (3/NSURLErrorDomain:-1009); "The Internet connection appears to be offline."> po error.localizedDescription "The operation couldn