Post

Replies

Boosts

Views

Activity

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
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?
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Mar ’24
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 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 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.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Nov ’21