Skip to content

Commit

Permalink
fix: Fix iOS CD issue (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Jan 26, 2023
1 parent f922b6a commit a49630c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ default_platform(:ios)

provisioning_name = 'fluttips_fastlane'

# https://github.com/fastlane/fastlane/issues/20811
ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = 'true'

platform :ios do

desc "Creates a temporal keystore and import the distribution certificate"
Expand Down

0 comments on commit a49630c

Please sign in to comment.