react-native-get-location
react-native-get-location copied to clipboard
xcode warning purple
Hi, With Xcode 14, i have a warning purple for this function : if (![CLLocationManager locationServicesEnabled]) {
You can find this function on LocationModule.m line 43.
Can this warning cause application to crash ? Or is it ok ?
Thanks for help
it seems locationServicesEnabled is Deprecated. https://developer.apple.com/documentation/corelocation/cllocationmanager/1620566-locationservicesenabled
Fixed in version 3.0.0