While I have already added:
NSLocationWhenInUseUsageDescription
I keep receiving this warning:
This app has attempte
I was requesting authorisation in
viewDidLoad
as follows:
self.locationManager.requestWhenInUseAuthorization()
when I removed this line the error disappeared.