omergul / Discovery

A very simple library to discover and retrieve data from nearby devices (even if the peer app works at background).
Apache License 2.0
418 stars 34 forks source link

Pod install doesn't work #24

Open andheiberg opened 8 years ago

andheiberg commented 8 years ago
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
Name-less commented 8 years ago

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)