ios-cert-enrollment
ios-cert-enrollment copied to clipboard
cannot load such file -- uuidtools
Hello!
When I'm trying to bundle I receive this:
There was a LoadError while loading ios-cert-enrollment.gemspec:
cannot load such file -- uuidtools from
...../.bundle/ruby/2.0.0/bundler/gems/ios-cert-enrollment-2dcb999c93b4/ios-cert-enrollment.gemspec:2:in
`<main>'
Does it try to require a relative path? That's been removed in Ruby 1.9.
If I remove ios-cert-enrollment gem from gemfile, then bundle, then add this gem, bundle again, there will be no error. If I bundle from scratch (deleting .bundle folder) I got this error.
Obviously second scenario is something that happens at CI. This error can dissapear after several rebuilds.
Any ideas? Thank you.