In this guide we will create simple counter app.
- Download starter project
- Open Terminal app
- Go to Starter folder
- Install Bundler (Ruby gems version manager)
- Update gems
gem update --system
- Run
gem install bundler
- Update gems
- Install dependencies
bundle install
- Install git-lfs if needed
brew install git-lfs
git lfs install
- Install Pods
bundle exec pod install
- Open
exmpl.xcworkspace
via Xcode - Go to first step!