Skip to content

Commit

Permalink
skip_import_validation for pod push
Browse files Browse the repository at this point in the history
  • Loading branch information
i.o.novikov committed Jun 2, 2023
1 parent 56a7f2d commit ddd33c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def push_podspec(podspec_name)
use_bundle_exec: true,
path: podspec_name,
allow_warnings: true,
skip_import_validation: true,
skip_tests: true,
synchronous: true
)
Expand Down

0 comments on commit ddd33c7

Please sign in to comment.