diff --git a/apps/ios/WatchApp/Sources/WatchInboxView.swift b/apps/ios/WatchApp/Sources/WatchInboxView.swift index ea99f15aecf3..a217a3e3116b 100644 --- a/apps/ios/WatchApp/Sources/WatchInboxView.swift +++ b/apps/ios/WatchApp/Sources/WatchInboxView.swift @@ -1146,7 +1146,7 @@ private enum WatchNativeTextInput { suggestions: [String], onSubmit: @escaping (String) -> Void) { - WKExtension.shared().visibleInterfaceController?.presentTextInputController( + WKApplication.shared().visibleInterfaceController?.presentTextInputController( withSuggestions: suggestions, allowedInputMode: .allowEmoji) { results in diff --git a/apps/ios/project.yml b/apps/ios/project.yml index 75584d9fea4e..e2f04df1ee35 100644 --- a/apps/ios/project.yml +++ b/apps/ios/project.yml @@ -65,6 +65,8 @@ targets: embed: true - target: OpenClawActivityWidget embed: true + # A companion watch application belongs in the standard Watch bundle location. + # PlugIns is for extension products and breaks paired watch installation. - target: OpenClawWatchApp - package: OpenClawKit - package: OpenClawKit @@ -280,10 +282,6 @@ targets: PROVISIONING_PROFILE_SPECIFIER: "$(OPENCLAW_WATCH_APP_PROFILE)" SWIFT_STRICT_CONCURRENCY: complete SWIFT_VERSION: "6.0" - configs: - Debug: - ARCHS: "$(NATIVE_ARCH_ACTUAL)" - ONLY_ACTIVE_ARCH: YES info: path: WatchApp/Info.plist properties: