Post

Replies

Boosts

Views

Activity

Comment on NSPersistentCloudKitContainer - Import failed because applying the accumulated changes hit an unhandled exception
If the problem is related to the problem I and others are having (and I think it is) then the last update from a 'Framework Engineer' suggested that the 'next 15.1 beta' will fix the issue. I initially misinterpreted this as the first 15.1 beta as I had not yet noticed there was one, but I think they mean it will be fixed in iOS 15.1 beta 2 which should be out any day now. I really, really, really hope they've fixed these CloudKit/Core Data issues as it's having an impact on my users' data already. Fingers crossed that it will all start syncing again normally when 15.1 is released to the public!!
Sep ’21
Comment on NSPersistentCloudkitContainer Memory Leak -> Crash? (iOS 15 beta 4 & 5)
Still broken in 15.1 running my App Store version of the app (no development builds)... 😞 Even deleting the iCloud data, deleting the apps & reinstalling them from the App Store didn't solve the issue. As soon as I ingested the backup file, and saved the context, as sync was started... and nothing happens. Then after a minute or two, the app is booted to springboard. Same problem. As there is no 13.1 Xcode I can't test this on a build against the iOS 15 SDK but an iOS14 SDK app (ie. in the App Store) when running on 15.1 still fails.
Sep ’21
Comment on NSPersistentCloudkitContainer Memory Leak -> Crash? (iOS 15 beta 4 & 5)
This is interesting, and concerning. The Apple Engineer states “You cannot mix applications built against the iOS 15 SDK with iOS 14.* devices or simulators.” Which is all fine & dandy… BUT I’m seeing sync failures with an existing App Store App (built with iOS 14 SDK months ago) failing in the same way. This is a deep OS level change which affects older applications and that is why I’m so concerned. Existing, working apps are going to break in a few days.
Sep ’21
Comment on NSPersistentCloudkitContainer Memory Leak -> Crash? (iOS 15 beta 4 & 5)
@talking_small - Thanks for the offer, but I did submit what they asked for here to the Feedback report, but nobody has replied to that Feedback at all and no requests have been asked there... I'm still waiting for ANYONE from Apple to reply! Sadly, I don't have the time (nor ability) to implement my own syncing solution, so basically Apple breaking NSPersistentCloudKitContainer has broken my app... and that is really disappointing. I might have to stop offering the iPad & Mac versions now. @Alex_Vorobiev - My Development & Production Environments have not changed and are all in sync, with no missing fields - and my App Store app syncs fine on iOS 14 devices. Any devices running iOS 15 see it fail. I'm not even talking about the failures I'm seeing building an App in Xcode - this is with my current in-the-wild App that has been unchanged for several months. My database is 'complex' but that was the whole point of NSPersistentCloudKitContainer - to sync a Core Data store. If it can't do that properly, then they shouldn't offer it at all. It's always worked fine though with my data... except since iOS 15 beta 4. Apple definitely broke something. I've now submitted a TSI as Apple has released the RC version of iOS15 as I feel this is the only way anyone from Apple will communicate with me about this...
Sep ’21