Post

Replies

Boosts

Views

Activity

Comment on Is Core Data hosted in CloudKit working in Xcode 13?
Not for me. Still not working in simulators & devices (authentication error). Running my App Store version of my app on beta 5 results in no syncing at all - it 'starts' a sync... then nothing, nothing, nothing -> crash to springboard with no error. Ugh. Crash logs give no meaningful information. I've submitted a sysdiagnose to Apple and have a Feedback Assistant report here (FB9412346)
Aug ’21
Comment on iOS 15 beta 4 CloudKit Auth Error
I'm seeing an attempt to sync... but nothing happens and then this appears in the console (despite the app being in the foreground the whole time): CoreData: CloudKit: CoreData+CloudKit: -[NSCloudKitMirroringDelegate executeMirroringRequest:error:]: <NSCloudKitMirroringDelegate: 0x6000015515c0>: Asked to execute request: <NSCloudKitMirroringExportRequest: 0x600002ed2a30> CBE1852D-7793-46B6-8314-A681D2038B38 2021-08-13 08:41:01.518422+1000 Somnus[11058:671570] [BackgroundTask] Background Task 68 ("CoreData: CloudKit Export"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this. 2021-08-13 08:41:03.519455+1000 Somnus[11058:671570] [BackgroundTask] Background Task 154 ("CoreData: CloudKit Scheduling"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this.
Aug ’21
Comment on NSPersistentCloudkitContainer Memory Leak -> Crash? (iOS 15 beta 4 & 5)
I'm currently running an iOS15 beta 5 simulator after ingesting my backup data to Core Data (700MB) it shows "Finished processing analyzed history with 29581 metadata objects to create"... and nothing after that. Currently, it's sitting at 4GB of RAM consumed, which would have crashed a physical device ages ago. Something is broken with NSPersistentCloudkitContainer since beta 4.
Aug ’21