Posts

Post not yet marked as solved
0 Replies
241 Views
I'm currently facing an interesting issue. A customer is reporting back that my app is crashing on launch for them. I can see the crash logs (using AppCenter for crash management), and the reason the app is crashing seems to be in CoreData: (Attaching text for seachability, and screenshot for readability): libsystem_platform.dylib _platform_memmove$VARIANT$Haswell CoreData -[_PFExternalReferenceData initForExternalLocation:safeguardLocation:data:protectionLevel:] CoreData -[NSSQLSavePlan _populateRow:fromObject:timestamp:inserted:shouldAddToRowCache:] CoreData -[NSSQLSavePlan _createRowsForSave] CoreData -[NSSQLSaveChangesRequestContext executePrologue] CoreData -[NSSQLCore dispatchRequest:withRetries:] CoreData -[NSSQLCore executeRequest:withContext:error:] CoreData -[NSPersistentStoreCoordinator executeRequest:withContext:error:] CoreData -[NSPersistentStoreCoordinator _routeHeavyweightBlock:] CoreData -[NSPersistentStoreCoordinator executeRequest:withContext:error:] CoreData -[NSManagedObjectContext save:] I have never seen that crash before, it's the first time it is appearing since CoreData has been incorporated into the app (in 2016 or so). Any hints on what could possibly be happening? I am unable to provoke the crash on my end, thus debugging is quite interesting.
Posted
by tjosten.
Last updated
.
Post marked as solved
2 Replies
788 Views
Hi, I am receiving the following error message in macOS Sonoma Developer Preview 3, from a macOS application that uses, according to the latest documentation for macOS Sonoma, no deprecated API. I have created a sample Xcode project that triggers this behaviour: https://github.com/tjosten/DeprecationTest Build the app, then navigate to the build folder (Product -> Show Build Folder in Filder -> Products) and launch DeprecationTest.app. It will first ask for system permission to record the screen, and after granting and restating the app, immediately trigger the error in the screen shot above. Any advice?
Posted
by tjosten.
Last updated
.