Example app for ios testing using Frank with a Rails backend.
cd rails/
bundle install
rake db:setup
# start the script that listens for commands from Frank
./frank_listener.sh
In another terminal:
cd ios/
bundle install
rake pod:install
rake frank