react-native-get-location icon indicating copy to clipboard operation
react-native-get-location copied to clipboard

xcode warning purple

Open dkjeune opened this issue 1 year ago • 1 comments

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

dkjeune avatar Oct 08 '22 08:10 dkjeune

it seems locationServicesEnabled is Deprecated. https://developer.apple.com/documentation/corelocation/cllocationmanager/1620566-locationservicesenabled

dkjeune avatar Oct 08 '22 09:10 dkjeune