RxCoreLocation
RxCoreLocation copied to clipboard
RxCoreLocation is a reactive abstraction to manage Core Location.
- [x] update Readme with target minimum version contains iOS 、watchOS and macOS - [x] fix up on macOS and watchOS with the lint errors
i found error 'showsBackgroundLocationIndicator' is only available in iOS 11.0 inside RxKeyPaths.swift, how to solve this problem
When I build my project at Xcode 12.5 beta, I got result that build failed xcode showed error message > 'showsBackgroundLocationIndicator' is only available in iOS 11.0 or newer in...
Tested on "master" and 1.5.1 carthage update --use-xcframeworks --platform iOS `This usually indicates that project itself failed to compile.` ``` ./Carthage/Checkouts/RxCoreLocation/Sources/Helpers.swift:10:12: error: no such module 'RxSwift' import RxSwift ^ /var/folders/jk/yh46dz450lg28bywvt4jyslm0000gn/T/carthage-xcframework-SxNw/RxCocoa.framework/Modules/RxCocoa.swiftmodule/arm64-apple-ios.swiftinterface:7:8:...
https://github.com/RxSwiftCommunity/RxCoreLocation/blob/9a50b4c85a0766aac965f9e22d3c910c0da93e45/Sources/RxKeyPaths.swift#L25 [rangedRegions](https://developer.apple.com/documentation/corelocation/cllocationmanager/1620552-rangedregions) **Deprecated** Use [rangedBeaconConstraints](https://developer.apple.com/documentation/corelocation/cllocationmanager/3240606-rangedbeaconconstraints) instead.
When running the carthage command to update RxCoreLocation v1.5.1 it fails with: `framework not found Nimble`
Hi, I am using several instances of `CLLocationManager` (configured slightly differently) potentially at the same time and scoped to dedicated Rx streams (for each, I initiate a new `CLLocationManager()` that...
Fix issue number #42 on Failure converting from Optional() to CLLocationManagerDelegate
Fixes #36 I'm unsure of a few things: 0. How to update the non-existent changelog 😄 1. How to add tests 2. Should we forward the error received inside the...