2020-01-31-Fastlane-build-ios-simulator
Add Following lane to your
fastlane
file.
Replace
MYPROJECT
with name of the project.Replace
MYTARGET
with name of the Target.Run command
bundle exec fastlane ios buildApp
Add this to any CI-CD system like Semaphore, Github Actions.
Last updated
Was this helpful?