We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc63e1 commit 971381aCopy full SHA for 971381a
lib/cocoapods-binary/Main.rb
@@ -97,6 +97,7 @@ def keep_source_code_for_prebuilt_frameworks!
97
Pod::Podfile::DSL.enable_prebuild_patch false
98
Pod::Config.force_disable_write_lockfile false
99
Pod::Installer.disable_install_complete_message false
100
+ Pod::UserInterface.warnings = [] # clean the warning in the prebuild step, it's duplicated.
101
102
103
# -- step 2: pod install ---
0 commit comments