From 1aad9761d1e2fbad70879bc01d91678d7204db6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Nu=C3=B1ez=20Romeu?= Date: Fri, 26 Jun 2026 23:27:37 +0200 Subject: [PATCH] fix: suppress CocoaPods master specs repo warning in iOS build --- ios/App/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'