I have created watch complication with WidgetKit for watchOS 9.
My complication works fine, but when I open watch app on iOS, and my complication is listed with name "COMPLICATION_TYPE_EDIT_LABEL_(NULL)_COMPANION".
Other preinstalled apps shows "ACTIVITY", "ALARMS", "ASTRONOMY" and so on.
Where can I set the value for this complication name?
Post
Replies
Boosts
Views
Activity
This happens with new project recently created. Existing app is working fine.
I can run and debug my watch app from Xcode on my Apple Watch device, but app gets deleted after stop running from Xcode.
App is just gone for some reason.
Tested with Xcode 14.0.1 and Xcode 14.1 RC 2, and Apple Watch on watchOS 9.1.
This was happening before watchOS 9.1.
Is anyone see this happening and know solution?