Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsq authored Apr 4, 2024
1 parent 3ccb17e commit bd1dfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ platform :ios do
gym(
scheme: options[:scheme],
clean: true,
xcargs: "-skipPackagePluginValidation"
xcargs: "-skipPackagePluginValidation -skipMacroValidation"
)
if is_ci
sh("rm", options[:appsecretspath])
Expand Down

0 comments on commit bd1dfcd

Please sign in to comment.