Location manager delegate never called
I’m trying to build a simple macOS command-line tool in Objective C that merely gets the current location via a CLLocationManager
. However, none of my delegate’s methods are ever called and my MacBook never prompts me to grant the app location access.