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-lfsgit lfs install
- Install Pods
bundle exec pod install - Open
exmpl.xcworkspacevia Xcode - Go to first step!