Osxfuse won't build under High Sierra. Yes, /System/Library/BridgeSupport/ruby-2.3/bridgesupportparser.bundle is there.

Rpath

But, unlike on macOS Sierra, on High Sierra the bridgesupportparser.bundle links with libclang.dylib, and that's what it thinks doesn't exist ('Library not loaded: @rpath/libclang.dylib (LoadError)'), at least not in whatever directory '@rpath' expands to in this context. I see libclang.dylib in the following locations on High Sierra:. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib. /Applications/Xcode.app/Contents/Frameworks/libclang.dylib. /Library/Developer/CommandLineTools/usr/lib/libclang.dylib. I can confirm the problem on our buildbot worker: Slightly different wording of the error: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/coreext/kernelrequire.rb:55:in `require': dlopen(/System/Library/BridgeSupport/ruby-2.3/bridgesupportparser.bundle, 0x0009): required dylib '@rpath/libclang.dylib' not found, needed by '/System/Library/BridgeSupport/ruby-2.3/bridgesupportparser.bundle'. Replying to: Found a workaround until a real fix comes along.

Mac

Apple Xcode For Mac

According to link given above which in turn links to: Can fix/workaround using: cd /Applications/Xcode.app/Contents/Developer/Toolchains sudo ln -s XcodeDefault.xctoolchain OSX10.13.xctoolchain For what it is worth, I can confirm that this workaround has worked for me. After installing osxfuse I was able to delete the symlink and I am able to use the newly installed osxfuse. I hope that ensures things work automatically when the issue has been fixed upstream. Thank you for sharing. Just to confirm, i did the symlink and it then build and installed. $ cd /Applications/Xcode.app/Contents/Developer/Toolchains $ sudo ln -s XcodeDefault.xctoolchain OSX10.13.xctoolchain $ sudo port install sshfs - Computing dependencies for sshfs The following dependencies will be installed: osxfuse Continue? Y/n: y - Building osxfuse - Staging osxfuse into destroot Warning: osxfuse installs files outside the common directory structure.

Bamboo fun cte 650 driver. Windows - Driver 5.3.5-3 (XP, Vista, Win 7, 8 and 10). (MTE), Bamboo Craft (CTH), Bamboo Fun (CTE), Bamboo Pen (CTL) and Bamboo Pen & Touch (CTH).

Mac rpath

I came across the exact same error building with High Sierra, but the workaround of 'ln -s XcodeDefault.xctoolchain OSX10.13.xctoolchain' was not enough. Like many developers I have multiple versions of Xcode installed as Xcode7.3.1.app, Xcode8.3.3.app, Xcode9.4.1.app and Xcode10.0.app.

None of which are Xcode.app. Xcode-select points to Xcode9.4.1. I also had to create the symbolic link of Xcode9.4.1.app - Xcode.app for osxfuse to build.

I'm just pointing this out in case others still have the issue.