Skip to content

Commit

Permalink
ci: Fix TestFlight upload with workaround (#2311)
Browse files Browse the repository at this point in the history
Use a workaround suggested in
fastlane/fastlane#20741.

Fixes GH-2309
  • Loading branch information
philipphofmann committed Oct 21, 2022
1 parent ae4f9dd commit ec9a3d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ platform :ios do
key_content: ENV["APP_STORE_CONNECT_KEY"]
)

# Workaround for https://github.com/fastlane/fastlane/issues/20741
environment_variable(set: {
'ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD' => 'true'
})

testflight

download_dsyms(
Expand Down

0 comments on commit ec9a3d7

Please sign in to comment.