Getting error: dyld: Symbol not found: _clock_gettime

I was getting the same dyld: Symbol not found: _clock_gettime error message during an attempted install of ruby 2.3.1 on El Capitan.

The advice here to run xcode-select --install and allow the xcode command line tools to reinstall solved that issue for me.

If you’re using that version of OS X perhaps it may help you as well?

Leave a Comment