zach-klippenstein / adbfs

A FUSE filesystem that uses goadb to expose Android devices' filesystems.
Apache License 2.0
151 stars 12 forks source link

"cannot find load_fusefs" on macOS with OSXFUSE 3.10.2 #49

Open sebastianhaberey opened 5 years ago

sebastianhaberey commented 5 years ago

Hi Zach,

I had a look at your code and I really liked the structure of it 👍 So now I am trying to get adbfs working on my Mac, but I'm getting the error above. I take it it's coming from go-fuse (MountRoot function). I wonder if it's an incompatiblity between the old go-fuse version and the up-to-date OSXFUSE. Any ideas?

sebastianhaberey commented 5 years ago

Ok I switched the dependency management from "godep" to "dep" and managed to update go-fuse to a recent version which apparently did the trick.