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 19, 2023
1 parent 4508d82 commit f26f7ab
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 @@ -168,7 +168,8 @@ private_lane :build_release do |options|
export_method: "app-store",
scheme: "DuckDuckGo",
export_options: "appStoreExportOptions.plist",
derived_data_path: "DerivedData"
derived_data_path: "DerivedData",
xcargs: "-skipPackagePluginValidation"
)
end

Expand Down

0 comments on commit f26f7ab

Please sign in to comment.