diff --git a/ios/App/Podfile b/ios/App/Podfile index 39d1778..7ee18b8 100644 --- a/ios/App/Podfile +++ b/ios/App/Podfile @@ -6,7 +6,7 @@ use_frameworks! # workaround to avoid Xcode caching of Pods that requires # Product -> Clean Build Folder after new Cordova plugins installed # Requires CocoaPods 1.6 or newer -install! 'cocoapods', :disable_input_output_paths => true +install! 'cocoapods', :disable_input_output_paths => true, :warn_for_unused_master_specs_repo => false def capacitor_pods pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'