I want to start an intermediary with an intermediate server server, and when I do this, I get an error message:
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime Referenced from: /usr/local/lib/ruby/gems/2.3.0/gems/eventmachine-1.2.0.1/lib/rubyeventmachine.bundle (which was built for Mac OS X 10.12) Expected in: /usr/lib/libSystem.B.dylib dyld: Symbol not found: _clock_gettime Referenced from: /usr/local/lib/ruby/gems/2.3.0/gems/eventmachine-1.2.0.1/lib/rubyeventmachine.bundle (which was built for Mac OS X 10.12) Expected in: /usr/lib/libSystem.B.dylib
This has something to do with working with the pen, because when I delete it, it works.
How can i solve this?
source share