Skip to content

Commit 0671100

Browse files
authored
fix(build): broken sample app testflight distribution
1 parent affd3c7 commit 0671100

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/SampleApp/fastlane/Fastfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ platform :ios do
9292
build_number: current_build_number + 1,
9393
xcodeproj: "./ios/SampleApp.xcodeproj"
9494
)
95+
96+
# https://github.com/fastlane/fastlane/issues/20741
97+
ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = 'true'
9598

9699
gym(
97100
workspace: "./ios/SampleApp.xcworkspace",

0 commit comments

Comments
 (0)