Git Product home page Git Product logo

Comments (8)

fulldecent avatar fulldecent commented on May 20, 2024

Hmm, and what is the full OS build numbers you are using? (About Mac and
click on the version number.)

On Wed, Nov 12, 2014 at 3:39 PM, K. M. Peterson [email protected]
wrote:

I've been trying to get this running, using both the build instructions
(built successfully) and the binary download. I'm getting output with
authorizationStatus: 0 which implies that I hadn't authorized the app to
access location services - but I saw no dialog.

This is also on Yosemite.

In the console log is:
12Nov14 3:31:17.053 PM com.apple.xpc.launchd[1]:
(com.apple.CoreLocationAgent[24049]) Endpoint has been activated through
legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in():
com.apple.CoreLocation.agent

and then CoreLocation.agent segfaults.

Invoking it again also adds this:
12Nov14 3:32:21.918 PM CoreLocationCLI[24122]: CoreLocation:
proxy_WaitForRegistration failed

Unfortunately, C* isn't my forte - I'm more of a sysadmin type. Any ideas
of what I could try?

Thanks!


Reply to this email directly or view it on GitHub
#2.

from corelocationcli.

kmpeterson avatar kmpeterson commented on May 20, 2024

10.10, Build 14A389.

And CoreLocation is:
Version: 1 486.17
Obtained from: Apple
Last Modified: 17Oct14, 07:52

So, it’s just “me”?

I think I’m getting towards time for a rebuild… thanks so much for responding!

_KMP

K. M. Peterson • 40 Stanton Road • Brookline, MA 02445-6839
phone: +1 617 731 6177 fax: +1 206 338 6427
contact information http://kmpeterson.com/contact • resumé http://kmpeterson.com/resume • twitter http://twitter.com/kmp • LinkedIn http://www.linkedin.com/in/kmpeterson • Calendar http://www.google.com/calendar/hosted/kmp.name/[email protected]&ctz=America/New_York

On 13-Nov-2014, at 10:43 , William Entriken [email protected] wrote:

Hmm, and what is the full OS build numbers you are using? (About Mac and
click on the version number.)

On Wed, Nov 12, 2014 at 3:39 PM, K. M. Peterson [email protected]
wrote:

I've been trying to get this running, using both the build instructions
(built successfully) and the binary download. I'm getting output with
authorizationStatus: 0 which implies that I hadn't authorized the app to
access location services - but I saw no dialog.

from corelocationcli.

fulldecent avatar fulldecent commented on May 20, 2024

Confirming bug. Works for me in 10.9 and but 10.10 gives:

› build/Release/CoreLocationCLI
2014-11-14 09:41:48.501 CoreLocationCLI[23497:676698] Location: (null)
2014-11-14 09:41:48.511 CoreLocationCLI[23497:676698] authorizationStatus: 0
2014-11-14 09:41:48.513 CoreLocationCLI[23497:676698] locationServicesEnabled: 1
2014-11-14 09:41:48.513 CoreLocationCLI[23497:676698] significantLocationChangeMonitoringAvailable: 0
2014-11-14 09:41:48.514 CoreLocationCLI[23497:676698] headingAvailable: 0
2014-11-14 09:41:48.516 CoreLocationCLI[23497:676698] regionMonitoringAvailable: 1

from corelocationcli.

kmpeterson avatar kmpeterson commented on May 20, 2024

Exactly what I got. Thanks for confirming this, anything I can do to assist? (Though I can tell you, it took me 2 hours just to figure out how to build it!)

_KMP

On 14Nov14, at 09:42 , William Entriken [email protected] wrote:

Confirming bug. Works for me in 10.9 and but 10.10 gives:

› build/Release/CoreLocationCLI
2014-11-14 09:41:48.501 CoreLocationCLI[23497:676698] Location: (null)
2014-11-14 09:41:48.511 CoreLocationCLI[23497:676698] authorizationStatus: 0
2014-11-14 09:41:48.513 CoreLocationCLI[23497:676698] locationServicesEnabled: 1
2014-11-14 09:41:48.513 CoreLocationCLI[23497:676698] significantLocationChangeMonitoringAvailable: 0
2014-11-14 09:41:48.514 CoreLocationCLI[23497:676698] headingAvailable: 0
2014-11-14 09:41:48.516 CoreLocationCLI[23497:676698] regionMonitoringAvailable: 1

Reply to this email directly or view it on GitHub #2 (comment).

from corelocationcli.

fulldecent avatar fulldecent commented on May 20, 2024

This fixed for me, please confirm

from corelocationcli.

kmpeterson avatar kmpeterson commented on May 20, 2024

No access to that particular workstation right now, will rebuild and test in next day or two. Thanks again!

_KMP

On 14Nov14, at 09:58 , William Entriken [email protected] wrote:

This fixed for me, please confirm


Reply to this email directly or view it on GitHub #2 (comment).

from corelocationcli.

fulldecent avatar fulldecent commented on May 20, 2024

Did instructions in https://github.com/fulldecent/corelocationcli/blob/master/README.md not work? Please advise what you had to do to make it work.

from corelocationcli.

ladislas avatar ladislas commented on May 20, 2024

Hi there,

Just cloned the repo but still got the same error:

2014-12-26 11:37:30.454 CoreLocationCLI[1384:31104] authorizationStatus: 3
2014-12-26 11:37:30.454 CoreLocationCLI[1384:31104] locationServicesEnabled: 1
2014-12-26 11:37:30.455 CoreLocationCLI[1384:31104] significantLocationChangeMonitoringAvailable: 0
2014-12-26 11:37:30.455 CoreLocationCLI[1384:31104] headingAvailable: 0
2014-12-26 11:37:30.455 CoreLocationCLI[1384:31104] regionMonitoringAvailable: 1
ERROR: The operation couldn’t be completed. (kCLErrorDomain error 0.)

Any idea?

from corelocationcli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.