Use XCode configurations and schemes to test a mobile app while running the API locally. It’s easy!
Today’s tip occurred to us when we wanted to test an iOS application with the API running locally (by default the app uses a staging server so our mobile developers don't need to bother with setting up a Rails / Phoenix app).
We wanted to change the API address in app configuration but without overriding the files in the repository.
We found out it's possible to achieve this by using XCode configurations and schemes.
To create a new scheme you need to click on the name next to the stop button:
<p class="text-center">


