Skip to content

Commit 9fee559

Browse files
committed
fix: broken testflight upload on xcode-14
1 parent 3fd82e9 commit 9fee559

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

projects/SlackClone/fastlane/Fastfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ 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-
8885
begin
8986
upload_to_testflight(
9087
groups: testflight_groups,

projects/WhatsAppClone/fastlane/Fastfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ 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-
9087
begin
9188
upload_to_testflight(
9289
groups: testflight_groups,

projects/iMessageClone/fastlane/Fastfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ platform :ios do
8383
)
8484

8585
testflight_groups = (git_branch() == "main") ? ['Dev Testers', 'Public Testers'] : ['Dev Testers']
86-
87-
# https://github.com/fastlane/fastlane/issues/20741
88-
ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = 'true'
8986

9087
begin
9188
upload_to_testflight(

0 commit comments

Comments
 (0)