Skip to content

Commit

Permalink
Merge branch 'alex/fix-fastlane-builds' into fcappelli/prev_sub_breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli authored and quanganhdo committed Jan 11, 2024
1 parent 3d2b70d commit 0af5ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ lane :adhoc do |options|
export_method: "ad-hoc",
scheme: "DuckDuckGo",
export_options: "adhocExportOptions.plist",
derived_data_path: "DerivedData"
derived_data_path: "DerivedData",
xcargs: "-skipPackagePluginValidation"
)

if is_ci
Expand Down

0 comments on commit 0af5ab0

Please sign in to comment.