odeann

Results 3 comments of odeann

@ccorcos It happens when you installed fastlane to the `~/.fastlane` directory (via homebrew or using the official installer). Try to uninstall fastlane first (or delete `~/.fastlane` directory, but anyway, don't...

@mdanics @ccorcos Just out of curiosity: What does ```which fastlane``` says?

Try to change `NFSSharesRoot` to `/` in `config.json`: ```json { ... "NFSShares": [ "/private/var/srv" ], "NFSSharesRoot": "/", "Virtio9p": null, "Virtio9pRoot": "/xhyve-virtio9p", "NFSShare": true, ... } ``` Also, at some moment...