File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ platform :ios do
8282
8383 testflight_groups = ( git_branch ( ) == "main" ) ? [ 'Dev Testers' , 'Public Testers' ] : [ 'Dev Testers' ]
8484
85+ # https://github.com/fastlane/fastlane/issues/20741
86+ ENV [ 'ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD' ] = 'true'
87+
8588 begin
8689 upload_to_testflight (
8790 groups : testflight_groups ,
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ platform :ios do
8484
8585 testflight_groups = ( git_branch ( ) == "main" ) ? [ 'Dev Testers' , 'Public Testers' ] : [ 'Dev Testers' ]
8686
87+ # https://github.com/fastlane/fastlane/issues/20741
88+ ENV [ 'ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD' ] = 'true'
89+
8790 begin
8891 upload_to_testflight (
8992 groups : testflight_groups ,
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ platform :ios do
8484
8585 testflight_groups = ( git_branch ( ) == "main" ) ? [ 'Dev Testers' , 'Public Testers' ] : [ 'Dev Testers' ]
8686
87+ # https://github.com/fastlane/fastlane/issues/20741
88+ ENV [ 'ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD' ] = 'true'
89+
8790 begin
8891 upload_to_testflight (
8992 groups : testflight_groups ,
You can’t perform that action at this time.
0 commit comments