Setting up

Open Terminal.app and navigate to the folder with the to-do project. Put in the following command, press Enter, and follow the instructions on the screen:

fastlane init

When you are asked if you want to set up deliver or snapshot, put in n for No. But we want to use sigh to automatically create and download provisioning profiles for the app. The next step is to add the app to your developer portal. Put the following command into Terminal.app and press Enter:

produce

You will be asked for the credentials of your Apple ID. The password you provide here will be stored in the keychain. When asked about the app name, put in a good name for the app. This name will be used to create the app in iTunes Connect. If there is already an app ...

Get Test-Driven iOS Development with Swift 4 - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.