February 2018
Intermediate to advanced
346 pages
9h 56m
English
By passing in --scheme, we can pre-empt the prompt, so to speak, and select Fennec, as shown in the following command:
fastlane gym --workspace "Client.xcworkspace" --scheme "Fennec"
By adding the --clean parameter, we can ensure we do a clean-and-build, akin to Command + K in Xcode. If we had multiple Xcode applications installed, say Xcode 8 and 9, we could nominate which one we wanted gym to run against by adding the following parameters:
fastlane gym —-xcode-select “/Applications/Xcode6.2.app" gym
We can also explicitly set an export method, say to export as ad-hoc, by entering the following:
fastlane gym --export_method ad-hoc
To export to the App Store, use app-store. To add an output directory explicitly, add: ...
Read now
Unlock full access