We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14b53d commit bc82e22Copy full SHA for bc82e22
mobile/ios/fastlane/Fastfile
@@ -42,7 +42,7 @@ platform :ios do
42
archive_path: "App/output/App.xcarchive",
43
output_directory: "App/output",
44
output_name: output_name,
45
- export_method: "app-store-connect",
+ export_method: "app-store",
46
xcargs: [
47
"DEVELOPMENT_TEAM=#{Shellwords.escape(team_id)}",
48
"PRODUCT_BUNDLE_IDENTIFIER=#{Shellwords.escape(bundle_id)}",
0 commit comments