Swifui, IOS15, Xcode 13 Sharing core data with Watch

I am trying to share the standard “Item” database supplied when you check the Core Data box when building an app. I have gotten to the point where I am using a shared Persistence file and data model between the IOS device and the Watch. I can add data from both sides but it appears that the data is not “syncing”. I am using a shared app group id in the Persistence file.

why isn’t it syncing?

any ideas would be appreciated.

Replies

I just looked at the URL’s for each “scheme” (watch and IOS) and they are different locations. No wonder they are not syncing!