Summary
Our workflow is starting to take shape now, as we’ve accomplished the feat of building and packaging our app into an ipa
. You’ve learned about the gym and its capabilities, and how to use the gym to build and package your app through the Terminal, as well as how to integrate the action in the beta lane of our Fastfile.
We compared gym to the traditional way of building and archiving apps using Xcode, and manually through xcodebuild
, and how the packaging automation gym saves you time and labor. The next step in this beta lane is to distribute our app via two popular testing platforms: TestFlight and HockeyApp.