fulldecent / corelocationcli

Command line program to print location information from CoreLocation
MIT License
217 stars 29 forks source link

Does not work on El Capitan (kCLErrorDomain error 0) #6

Closed AnthonyMyatt closed 8 years ago

AnthonyMyatt commented 8 years ago

Trying to run CoreLocationCLI I get the following error: ERROR: The operation couldn’t be completed. (kCLErrorDomain error 0.)

And the following error in the console: com.apple.xpc.launchd[1]: (com.apple.CoreLocationAgent[1444]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.CoreLocation.agent

WiFi is turned on.

fulldecent commented 8 years ago

Hmm. Are you using the binary or the sources?

derhuerst commented 8 years ago

For me the binary from release 2.0.0 worked.

fulldecent commented 8 years ago

Is anyone else able to reproduce this?

fulldecent commented 8 years ago

Closing, not enough information to reproduce.