Samuel Giddins
Samuel Giddins
@orta we can't merge until there's a new RG release
This would be nice to get shipped next time we do an update
@DanToml should I just close this?
``` Errno::ENOENT: No such file or directory - workbench/ruby-2.5.1/libruby-static.a ```
Issue may just be rubygems not being smart about installing them all at once :( May need to install them in topological order?
@orta yes. `Bundler.definition.specs.to_a` should do it if I'm remembering correctly. Rainforest also has a task for that.
@orta that won't really happen, bundler basically just uses a single definition. If it's telling you something isn't checked out, you might need to add a `resolve_remotely!` to the definition...
Out of curiosity, does it work with older CocoaPods versions? If so, we probably just need to cut a new version that adds compatibility with 1.1. (This is one of...
Then I'm guessing this is just a 1.1 compatibility issue with classes being re-namespaced
@orta yup! I'm sure it's the prepare_command in the realm podspec.