Post

Replies

Boosts

Views

Activity

Reply to NSPersistentCloudKitContainer - Import failed because applying the accumulated changes hit an unhandled exception
Please file a bug report with Apple using Feedback, if you haven't already done so. Quote my report FB9859660. I am in the same situation as you, and feel as though I'm the only one! I too don't know what to say to my users, other than Apple have a bug and they are working on it, with no timescale for resolution. People are not happy! It was working perfectly well in iOS14. Now it's not in iOS15. Instruments suggests to me that there is probably a memory leak in NSPersistentCloudKitContainer. Large spikes in Virtual Memory usage on all imports (even the small ones) but the small ones dont trigger a crash. The same (smallish) database in iOS14 uses 36MB of VM but in iOS15 uses 1.49GB for example!!
Mar ’22
Reply to NSPersistentCloudKitContainer - Import failed because applying the accumulated changes hit an unhandled exception
Update for anyone else with this issue. Here is the reply I have received from Framework engineers in response to bug report We have additional information, the root cause of this issue is a large number of incoming images in the same import.  You can work around this by syncing your images with CloudKit directly via a CKRecord you own (instead of letting NSPersistentCloudKitContainer do it). We will continue to improve the performance of NSPersistentCloudKitContainer and followup again in this feedback report when the issue is resolved.
Mar ’22
Reply to List freezes after pushing from a navigation link nested in a parent List (MacCatalyst Only)
Not much help I'm afraid, but I have been experiencing the same. The same issue seems to affect iPad with magic keyboard trackpad scrolling too. I think it may be a bug in the implementation of scrolling on trackpads. So far I've been unable to produce a workaround. I've tried using ScrollView and ScrollReaderView as alternatives to List, but the same issue arises. So doesn't appear confined just to List.
Jan ’21