Post

Replies

Boosts

Views

Activity

Reply to Core Data Migration
More info: The issue happened when I added an attribute in an entity. And also happened when adding an entity to the same model. The code I'm using to add the persistent store is: try persistentCoordinator.addPersistentStore(ofType: NSInMemoryStoreType, configurationName: "InMemoryStore", at: nil, options: myOptions) try persistentCoordinator.addPersistentStore(ofType: NSSQLiteStoreType, configurationName: "PersistentStore", at: myGroupURL, options: myOptions) In case it fails, I delete the DB and recreate it.
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’24
Reply to iOS 26.1 PHPickerConfiguration.preselectedAssetIdentifiers doesn't select previous pictures in the PHPickerViewController
I'm having the same issue here. Did anyone find any workaround?
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Jan ’26
Reply to Core Data Migration
More info: The issue happened when I added an attribute in an entity. And also happened when adding an entity to the same model. The code I'm using to add the persistent store is: try persistentCoordinator.addPersistentStore(ofType: NSInMemoryStoreType, configurationName: "InMemoryStore", at: nil, options: myOptions) try persistentCoordinator.addPersistentStore(ofType: NSSQLiteStoreType, configurationName: "PersistentStore", at: myGroupURL, options: myOptions) In case it fails, I delete the DB and recreate it.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to App crashes when trying to run widget extension - M1 Mac with Rosetta
Update on this Q: Apple replied to a feedback I opened saying Xcode does not have official support for Rosetta. I had no option but to put an enormous effort into adding support to Apple Silicon Macs. Thanks, Apple.
Replies
Boosts
Views
Activity
Jan ’24