Hopefully this is not too late. I've been quite swamped these days... First, when opening your project with my Xcode (26.4) and selecting the WidgetLocalizable.xcstrings file, and I saw that Xcode showed a warning sign for the watchWidgetConfig.some.title key. Clicking the sign gave me the following: References to this key could not be found in source code. ... I wasn't sure how you had gotten there, but I did the following to fix the issue: Removed the key. Turned on the Use Compiler to Extract Swift Strings build setting the targets. Re-built the project. Observe that Xcode generated the watchWidgetConfig.some.title key, and the warning sign disappeared. Your project then looked good, and so I managed to build and run your project on my Apple Watch, and was able to reproduce and debug the issue, and here is my finding: In your project, AppIntent.swift and WidgetLocalizable.xcstrings are shared by the Watch and WatchWidgets targets. With some debugging, I find that removing the Wat
Topic:
App & System Services
SubTopic:
Widgets & Live Activities
Tags: