Post

Replies

Boosts

Views

Activity

Reply to CoreData in Multiplatform App
This happened with me. The project was named (by me) DeleteSoon. When running, it was looking for model file DeleteSoon.xcdatamodeld, but the model file created by Xcode was name Shared.xcdatamodeld. Changed the name from Shared to DeleteSoon and it now runs ok.
Aug ’20
Reply to CloudKit Notifications With Mac Catalyst
I am seeing very similar results but without catalyst. I have similar mac and iOS apps - created separately and not using Catalyst. If I make changes on the iPad, they appear almost immediately on the iPhone but take several minutes to appear on the mac. Changes made on the mac appear on the iOS devices in seconds.Did you ever make any progress with this?
Apr ’20
Reply to NSPersistentCloudKitContainer not syncing existing data
I tried the idea of adding a bool to each entity and toggling it, resulting in it getting written to CloudKit. This would work ok if the 2nd device started with no entities. In my case, the 2 devices each start with the same entities (via an earlier sync using a different method - dropbox). The result is then duplication of all of the entities as each device causes all of the entities to get written to CloudKit.
Feb ’20