-
-
BlocksKit is totally awesome! Great work.
Could you add CLLocationManager as well?
-
I get a lot of errors like this with Xcode 8.3.3 @ ProcedureKit 4.2.0
```
Failure to deallocate CLLocationManager on the same runloop as its creation may result in a crash
```
Now I don't know…
-
This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the `-locationManagerDidChangeAuthorization:` callback and checking `authorizationStatus` first.…
-
### Please check the following before submitting a new issue.
- [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues).
- [X] I have carefully [read the docu…
-
### Platform Version
17.0-17.4
### SDK Version
6.0.0
### Xcode Version
15.3
### Steps To Reproduce
On init of Location: Location() Xcode produce a warning. Even without accessing any properties…
-
Classic - Project 22: Detect a Beacon.
I see alerts:
- locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus) was deprecated in iOS 14.0
- locationMa…
-
### Steps to reproduce
1. MGLLocationmanager distance filter is not overriding. As When i am trying it gives error of "its gets only property"
2. Also, if i use CLLocationManager().distanceF…
-
代码:
#import "DiscoverBeacon.h"
#import
#import "LocalPush.h"
#import
#import
#define Beacon_Device_UUID @"FDA50693-A4E2-4FB1-AFCF-C6EB07647825"
@interface DiscoverBeacon ()
<
CLLocat…
-
#### Description
Area:
CoreLocation (Location Services)
Summary:
When calling CLLocationManager.deferredLocationUpdatesAvailable() on devices that have GPS it should return true - which it does in i…