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
Recently, I've received some crash reports from devices that runs on iOS 16.
The issue does not happen in iOS 15 and prior versions.
Crash report from XCode Organizer:
Code that triggered the exception: (iCloud.m)
From the above code, I have no idea why "enumerateResultsUsingBlock" would raise the exception (CFThrowFormattedException).
Unfortunately, I cannot reproduce this issue on my device.
The text was updated successfully, but these errors were encountered:
I haven't encountered this problem again in the past year.
I suspect this issue is related to stability of iCloud service. (It has nothing to do with code. I haven't made any changes to the source code)
This issue originally appeared when iOS 16 was first launched. After a while, I almost never encountered similar issues again.
Recently, I've received some crash reports from devices that runs on iOS 16.
The issue does not happen in iOS 15 and prior versions.
Crash report from XCode Organizer:
Code that triggered the exception: (iCloud.m)
From the above code, I have no idea why "enumerateResultsUsingBlock" would raise the exception (CFThrowFormattedException).
Unfortunately, I cannot reproduce this issue on my device.
The text was updated successfully, but these errors were encountered: