Skip to content

Commit

Permalink
fix: Xcode 14 issue (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Feb 3, 2023
1 parent a7157f1 commit 9789418
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ 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 "**Build dev debug app**"
lane :build_ipa_dev do
Expand Down

0 comments on commit 9789418

Please sign in to comment.