To set up all project dependencies, run from the project directory in terminal:
$> scripts/bootstrap.sh
To get the app built, copy example files:
$> cp .env.default.example .env.default
$> cp AppConfig.example.yml AppConfig.yml
$> cp GoogleService-Info.example.plist safe/safe/GoogleService-Info.plist
Then comment out the lines 40-43 in the safe/safe/AppDelegate.swift file to disable Firebase. This will make your app running in simulator.