Is not working on OSX

There are two days I’m trying to open the odrive, but it does not open. I click on the icon and it just does not open, being 3 days ago was working perfect.

Hi @rafaelcilios,

Try these steps and see if it helps:

  1. Open a terminal session (type “terminal” in Spotlight search):

  2. Run the following command in the terminal session (copy & paste + Enter):
    killall -KILL odrive; killall -KILL FinderSyncExtension; sleep 5; cd "$HOME"; rm -r ".odrive/bin"; rm ".odrive/version"; open "/Applications/odrive.app"

This will reset the bin folder and re-run odrive. Hopefully this will clear out the issue.

1 Like

This worked for me on Mac, thank you!

1 Like