Xcode 16.4 seems to not support the latest watchOS, rather just up to watchOS 9.
Hello. I'm a beginner developer in Xcode and Swift and I'm trying to build an app for iOS and watchOS. However, when I tried to push an app into my Apple Watch SE (2nd gen) with watchOS 11.6, it said that the OS was lower than the deployment target. With some further snooping i found out that Xcode didn't recognize the OS at all, just that it was a Apple Watch. So I went digging into the Xcodes files containing the supported watchOS versions and found that it only supported watchOS 7 to 9.4.
What gives and how can i resolve this matter?