WatchOS Simulator - Location Services Grayed Out

I'm trying to develop a watchOS app with location. I've got the proper privacy settings in the info.plist, similar code works on other devices. (also simulators).

But on watchOS simulators everything is grayed out.

Privacy & Location -> Location Services

App shows up correctly, but everything is grayed out.

I've tried:

  • Different simulators (with/without paired iPhone)
  • Different app configurations (Watch-Only app, Watch App with new companion)
  • Toggling Supports Running Without iOS App Installation.

It's always grayed out!

This is with watchOS 10 simulators across any model, and Xcode 15.2

Any help would be appreciated.