I have a iOS + watchOS app that I want to use the same data model. So I created a CoreData stack and I set up everything for NSPersistentCloudKitContainer.
My iOS app can access the CloudKit container as I can read from the logs in the console, however when my watchOS app wants to connect to the CloudKit container (same iCloud.foo.myID as the iOS app) I get an error saying Invalid bundle ID for container.
I tried several new containers. I also retried to check all checkboxes on the capabilities pane again and again.
Am I missing something?
(I also read Core data + CloudKit - sharing between iOS and watchOS companion app which did not help)

