CLMonitor is unavailable in watchOS

When running Xcode 15.0 beta, and targeting watchOS 10.0, I'm getting the following error message when I invoke the object. I am using the line import CoreLocation at the top of my ContentView.swift directly below the line import SwiftUI.

'CLMonitor' is unavailable in watchOS

Replies

CLMonitor is indeed NOT available on watchOS. This is an issue with the Beta documentation and will be fixed.

[@Gualtier Malde](https://developer.apple.com/forums/profile/Gualtier Malde) Thank you for letting me know!

Is there an existing method that is available with similar functionality to CLMonitor that I should use instead while developing for WatchOS?

Add a Comment

Unfortunately neither the new CLMonitor, nor the existing Region/Visit/Significant Location APIs are available on watchOS at this time for similar functionality.