From 56a1c386167f59e1b005fa76551e5768193c7849 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 23 Jan 2025 18:27:09 +0100 Subject: [PATCH] test: disable ccache to prevent ccache not found crash on example app --- RNGoogleMobileAdsExample/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNGoogleMobileAdsExample/ios/Podfile b/RNGoogleMobileAdsExample/ios/Podfile index d16db2f7..0752d4c8 100644 --- a/RNGoogleMobileAdsExample/ios/Podfile +++ b/RNGoogleMobileAdsExample/ios/Podfile @@ -43,7 +43,7 @@ target 'RNGoogleMobileAdsExample' do installer, config[:reactNativePath], :mac_catalyst_enabled => false, - :ccache_enabled => true + :ccache_enabled => false ) end end