Tutorial 3 - CLLocation not printing out error

On pg.39 when we press the “Don’t allow” button, it seems my console does not populate with the didFailWithError message.

However, it does work when I add the alert controller. Does anyone know if this has been changed?

Edit: This also does not work when I change the location to Apple after enabling location services in Settings.

Upon careful reviewing of the code, I called locationManager.startUpdatingHeading instead of locationManager.startUpdatingLocation

I should really start relying less on Xcode’s autocomplete lol