Skip to content

Commit bc82e22

Browse files
committed
Fix iOS export method compatibility
1 parent a14b53d commit bc82e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ platform :ios do
4242
archive_path: "App/output/App.xcarchive",
4343
output_directory: "App/output",
4444
output_name: output_name,
45-
export_method: "app-store-connect",
45+
export_method: "app-store",
4646
xcargs: [
4747
"DEVELOPMENT_TEAM=#{Shellwords.escape(team_id)}",
4848
"PRODUCT_BUNDLE_IDENTIFIER=#{Shellwords.escape(bundle_id)}",

0 commit comments

Comments
 (0)