- clone repo
- install Xcode Command line Tools
- install latest ruby version
- install bundler
[sudo] gem install bundler
- install gems
bundle
(within project)
Instead of using local versions of Cocoapods use:
bundle exec pod install
open Emotions.xcworkspace
- Repo owner