
Set the right export method if you're not uploading to App Store or TestFlight: fastlane gym -export_method ad-hoc If you run into any issues, use the verbose mode to get more information fastlane gym -verbose If you need to use a different Xcode installation, use xcode-select or define DEVELOPER_DIR: DEVELOPER_DIR="/Applications/Xcode6.2.app" fastlane gymįor a list of all available parameters use fastlane action gym If you want more control, here are some available parameters: fastlane gym -workspace "Example.xcworkspace" -scheme "AppName" -clean That's all you need to build your application. Works perfectly with fastlane and other toolsĪutomatically generates an ipa and a compressed dSYM fileĭon't remember any complicated build commands, just gymĮasy and dynamic configuration using parameters and environment variablesĪll archives are stored and accessible in the Xcode Organizer Sensible defaults: Automatically detect the project, its schemes and more Helps you resolve common build errors like code signing issues Gym builds 30% faster than other build tools like shenzhen Gym uses the latest APIs to build and sign your application which results in much faster build times. exportProvisioningProfile "ProvisioningProfileName"
#Visual studio for mac generate dsym archive
Before gym xcodebuild clean archive -archivePath build/MyApp \ It takes care of all the heavy lifting and makes it super easy to generate a signed ipa or app file 💪 Gym builds and packages iOS apps for you. Gym is part of fastlane: The easiest way to automate beta deployments and releases for your iOS and Android apps.


Alias for the build_app action but only for macOS
