Fastlane: What's the available values for `export_method` option in gym?

Created on 14 Mar 2016  路  2Comments  路  Source: fastlane/fastlane

Currently I found ad-hoc/app-store/enterprise from github search.
What's the other available values for export_method option in gym? And how it goes with code signing and provisioning profile?
Thanks.

gym

Most helpful comment

You can execute xcodebuild -helpto see all export options.

Here the output for the method or in gym export_method option:

method : String
Describes how Xcode should export the archive. Available options: app-store, ad-hoc, package, enterprise, development, and developer-id. The list of options varies based on the type of archive. Defaults to development.

All 2 comments

You can execute xcodebuild -helpto see all export options.

Here the output for the method or in gym export_method option:

method : String
Describes how Xcode should export the archive. Available options: app-store, ad-hoc, package, enterprise, development, and developer-id. The list of options varies based on the type of archive. Defaults to development.

@iONsky Thanks! Didn't notice these commands are wrapper of xcodebuild.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

justin picture justin  路  3Comments

denbec picture denbec  路  3Comments

StephanPartzsch picture StephanPartzsch  路  3Comments

nvh picture nvh  路  3Comments

tattva20 picture tattva20  路  3Comments