ios-cert-enrollment icon indicating copy to clipboard operation
ios-cert-enrollment copied to clipboard

cannot load such file -- uuidtools

Open daniilsunyaev opened this issue 11 years ago • 0 comments

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.

daniilsunyaev avatar Jan 14 '14 15:01 daniilsunyaev