Discovery icon indicating copy to clipboard operation
Discovery copied to clipboard

Pod install doesn't work

Open andheiberg opened this issue 10 years ago • 1 comments

dyld: lazy symbol binding failed: Symbol not found: _rb_str_new_static
  Referenced from: /Users/andreasheiberg/.rvm/gems/ruby-2.2.1/gems/json-1.8.3/lib/json/ext/parser.bundle
  Expected in: flat namespace

dyld: Symbol not found: _rb_str_new_static
  Referenced from: /Users/andreasheiberg/.rvm/gems/ruby-2.2.1/gems/json-1.8.3/lib/json/ext/parser.bundle
  Expected in: flat namespace

andheiberg avatar Sep 29 '15 10:09 andheiberg

Doing rvm reload. Then gem uninstall sqlite3 and gem install sqlite3 worked for me ... (see http://stackoverflow.com/questions/16400588/rails-s-dyld-lazy-symbol-binding-failed-symbol-not-found-rb-intern2)

Name-less avatar Oct 12 '15 15:10 Name-less