Skip to content

Commit

Permalink
add xcargs: -skipPackagePluginValidation arg to build_app (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx authored Jan 11, 2024
1 parent 1e57c5a commit 2811298
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 2811298

Please sign in to comment.