Posts

Post not yet marked as solved
3 Replies
I am seeing the same think, and am running Xcode 13.2 Beta.
Post not yet marked as solved
85 Replies
Same issue upgrading 11.2 Beta :( Stuck preparing for upgrade at 15 minutes.
Post marked as solved
2 Replies
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.
Post not yet marked as solved
20 Replies
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?
Post not yet marked as solved
20 Replies
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.
Post not yet marked as solved
3 Replies
I'm having the same problem - and had tried the same steps already. Did you ever find a solution?