Thanks for verifying this on your side.
Please find the answers to your queries.
iOS’s Apple Watch version:
The paired Apple Watch is running watchOS 10.6.1 on a physical device. It is paired with an iPhone running iOS 18.x.
Regarding the minimum deployment target:
You are correct that the watch app’s minimum deployment target is set to watchOS 10.0, 9.6 was typo error.
The issue I am reporting is that Xcode still displays the error “watchOS version lower than deployment target” even though the physical Apple Watch is running 10.6. This should satisfy the 10.0 deployment requirement, but Xcode continues to block installation.
So we are observing the unexpected behaviour with the below configuration :
Physical device: watchOS 10.6
Deployment target: watchOS 10.0
Xcode error: “watchOS version lower than deployment target”
The error should not appear.
Additionally, I’m still seeing the same issue even on the latest environment:
Xcode 26.1.1
macOS 15.6
I performed a clean build, cleared Derived Data, and re-synced the Watch app target, but the build still fails with the same error on my machine.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: