Hi,
I'm in the process of moving CoreLocation logic from my iPhone app to my WatchOS app but get compile errors for startUpdateLocation stating it's unavailable.
The actual compile error reads:
CoreLocation.CLLocationManager:53:14: note: 'startUpdatingLocation()' has been explicitly marked unavailable here
@objc func startUpdatingLocation()
What's the recommended way to get location updates for WatchOS extensions?
Cheers,
Kristoffer