Linking Against libarclite in Ruby Motion
libarclite provides a shim implementation of [NSArray objectAtIndexedSubscript:]. Forcing that library to be included in a RubyMotion projet is a bit tricky. Here’s what I did.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
libarclite provides a shim implementation of [NSArray objectAtIndexedSubscript:]. Forcing that library to be included in a RubyMotion projet is a bit tricky. Here’s what I did.
Post a comment