ruby - OSX with RVM "cannot load such file -- bridgesupportparser (LoadError)" -


i hit problem running rake on rubymotion project, feels it's more general rvm-on-mac issue.

i'm running rvm 2.3.1 on osx 10.11.6

if fire irb , try require 'bridgesupportparser' error

cannot load such file -- bridgesupportparser (loaderror)

i can find .rb file @

/system/library/bridgesupport/ruby-2.0/bridgesupportparser.rb

and if

require '/system/library/bridgesupport/ruby-2.0/bridgesupportparser'',

i new error,

'cannot load such file -- bridgesupportparser.so'

it looks need bridgesupportparser.so , bridgesupportparser.rb somewhere ruby can find them.

i have several bridgesupportparser.rb files on machine, no bridgesupportparser.so. there bridgesupportparser.bundle files, though - looks may mac version of .so files.

as first ran rubymotion, did following:

  • new install of xcode (8.0)
  • deleted , reinstalled rubymotion (4.13)
  • tried (suggested here):

mv /library/rubymotion/lib/bridgesupport mv /library/rubymotion/lib/bridgesupport.bak

  • rake newclear

but none of has fixed issue. ideas appreciated!


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -