Unable to connect WKExtensionDelegate in Xcode 14 watch app
In the Apple developer docs chapter "There and Back Again" the watch app's App is written like this: @main struct MyWatchApp: App { @WKExtensionDelegateAdaptor(ExtensionDelegate.self) var extensionDelegate @SceneBuilder var body: some Scene { WindowGroup { NavigationView { ContentView() } } }…