We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affd3c7 commit 0671100Copy full SHA for 0671100
examples/SampleApp/fastlane/Fastfile
@@ -92,6 +92,9 @@ platform :ios do
92
build_number: current_build_number + 1,
93
xcodeproj: "./ios/SampleApp.xcodeproj"
94
)
95
+
96
+ # https://github.com/fastlane/fastlane/issues/20741
97
+ ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = 'true'
98
99
gym(
100
workspace: "./ios/SampleApp.xcworkspace",
0 commit comments