Post

Replies

Boosts

Views

Activity

Reply to App getting killed by iOS while NSPersistentCloudKitContainer syncs
I'm facing a the same problem. In my case I'm collecting data in background mode. If internet connection gets lost, large amount of data might be sync when the device gets back on the internet. If data collection is still active, the background mode seems to keep NSPersistentCloudKitContainer alive resulting in the iCloud sync not being terminated and the app getting killed due to high CPU pressure. What framework are you using? I'm using SwiftUI. I'm also still looking for a solution.
Aug ’21
Reply to App getting killed by iOS while NSPersistentCloudKitContainer syncs
I'm facing a the same problem. In my case I'm collecting data in background mode. If internet connection gets lost, large amount of data might be sync when the device gets back on the internet. If data collection is still active, the background mode seems to keep NSPersistentCloudKitContainer alive resulting in the iCloud sync not being terminated and the app getting killed due to high CPU pressure. What framework are you using? I'm using SwiftUI. I'm also still looking for a solution.
Replies
Boosts
Views
Activity
Aug ’21
Reply to App crashes on Activation of Display after Background Audio
I'm having the same issue without having solved it yet. In my case I'm performing different background tasks (without audio interactions). Did you use any animations in your SwiftUI views?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to NSPersistentCloudkitContainer Memory Leak -> Crash? (iOS 15 beta 4 & 5)
The problem may even result in fully crashed CoreData stack with data loss (iOS 15.1). I submitted a case (FB9744735) including sysdiagnose and crash logs. From my point of view an absolutely critical bug.
Replies
Boosts
Views
Activity
Nov ’21
Reply to Dynamic list sections with observed data with SwiftUI
Unfortunatley using Xcode 13.4.1 & iOS 15.5 I can still reproduce this issue. The problem only occurs, when change affects the sorting, e.g. change "A1" to "AB82" will return to DetailView when closing the modal change "A1"to "K84" will return to ContentView when closing the modal
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Drawing MKPolylines on map make app unresponsive. Anybody else have this problem ?
I’m experiencing the same issue. As suggested earlier, switching to MKMultiPolyline helps, but it is not a proper solution and results in losing functionality of my app… As a side note: it seems that the issue only occurs iOS 16.2 but not on iPadOS 16.2
Replies
Boosts
Views
Activity
Dec ’22
Reply to Manually define a CKRecord ID for a given NSManagedObject instance
I'm observing the same issue. Execution of code is performed within backgroundContext.performAndWait{} Accessing the parentObject in the backgroundContext.performAndWait is not an issue here, but as soon as I access fetchedProperties?.first I observe the error stated by @vinicius_likeappro Did you manage to solve this issue?
Replies
Boosts
Views
Activity
Mar ’24
Reply to Xcode 15.3 and iOS 17.4 generate a CPU spike when launching the app
I even do not get an error by the "Thread Performance Checker" but keeping the option enabled in Xcode 15.3 results in horrible performance of the app during the full utilization of the app (I'm making intensive use of background threads). The only option currently possible is deactivate this feature in Debug Scheme. (Filed bug report: FB13681777)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24