Location manager didUpdateLocations not being called
For some reason didUpdateLocations is not being called, even when I set the delegate to the view controller. In info.plist I set the key Privacy - Location When In Use Usage Description to a description. So I'm not sure what I could be doing wrong? import MapKit import CoreLocation class OptionsViewController: UIViewController, UITableViewDelegate, CLLocationManagerDelegate { override func viewDidLoad() { //Ask user for location locationManager = CLLocationManager() locationManager.requestWhenInUseAuthorization() //Use users current location if no starting point set if CLLocationManager