Skip to content

Instantly share code, notes, and snippets.

@orta
Created May 20, 2011 18:52
Show Gist options
  • Save orta/983533 to your computer and use it in GitHub Desktop.
Save orta/983533 to your computer and use it in GitHub Desktop.
From ZSH
macgem install aws-s3
Successfully installed aws-s3-0.6.2
1 gem installed
macirb
irb(main):001:0> require 'json'
=> true
irb(main):002:0> require 'aws/s3'
=> true
but
From XCode
/Users/orta/Library/Developer/Xcode/DerivedData/photouploader-eobdmmzdybkzshcqiesyuxuupiik/Build/Products/Debug/photouploader.app/Contents/Resources/rb_main.rb:16:in `<main>': no such file to load -- aws/s3 (LoadError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment