dalezak / turbo-ios-base

Turbo-iOS base project that's entirely driven from your backend Rails app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Crashes with Error on fetching env variable on TestFlight

notthatjen opened this issue · comments

commented

So I was able to deploy my app to testflight, but when I tried testing the app it started crashing and the report points me to this code. Any easy fix, anything I'm missing here?

image

Those variables are only set when running from Xcode. You will need to use a different mechanism we when deployed to the App Store and TestFlight.

commented

Gotcha! Thanks for clarifying.