I’m trying to create complications für the Watch using the new WidgetKit. While the complications do show up fine in the preview in Xcode and also in the Simulator, on a real device the complications do never shown anything. The complications are listed and can be selected in the watch face settings, but the preview is always black, and when added to a watch face, it shows nothing. I can tap on this „nothing“ and the App launches, so the complication is actually there. But it doesn’t show anything.
This is also true for the Watch App on the iPhone, which lets me add the complications to a watch face, but it also shows nothing.
But in the Simulator everything works as expected, the complications show their content just fine. So it looks like the code is fine.
The iPhone runs the iOS 16.1, and the watch runs watchOS 9.1 (right now the latest public releases)
Does anyone having the same issue and maybe a solution or a hint, what exactly I should check?