We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c56b19 commit 1ac2897Copy full SHA for 1ac2897
fastlane/Fastfile
@@ -21,7 +21,7 @@ platform :ios do
21
output_directory: "./build-swift-sample-app",
22
output_name: "swift-sample-app.ipa",
23
skip_codesigning: true,
24
- export_method: "development",
+ export_method: "ad-hoc",
25
export_team_id: "BP98Z28R86",
26
# export_xcargs: "-allowProvisioningUpdates",
27
# export_options: { compileBitcode: false }
0 commit comments