You are viewing a single comment's thread from:RE: Steem Ruby: The Official Ruby Client for the Steem BlockchainView the full contextcutemachine (62)in #steem • 7 years ago Great work. Will this work with RubyMotion as well?
It looks to me like the answer at the moment is no. The
steem-ruby
gem indirectly relies on theffi
gem. For this to work in RubyMotion, apparently the related C functions would need to be wrapped in an Objective-C class and statically link in.https://stackoverflow.com/questions/31526187/using-ffi-gem-or-similar-in-rubymotion