Skip to content

Commit

Permalink
Fix: "SwiftLintPlugin" must be enabled before it can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Dec 18, 2023
1 parent 045bff3 commit 99762cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ private_lane :build_release do |options|
scheme: "DuckDuckGo",
export_options: "appStoreExportOptions.plist",
derived_data_path: "DerivedData"
derived_data_path: "DerivedData",
xargs: "-skipPackagePluginValidation"
)
end

Expand Down

0 comments on commit 99762cd

Please sign in to comment.