Skip to content

Commit 56a1c38

Browse files
committed
test: disable ccache to prevent ccache not found crash on example app
1 parent 91f4755 commit 56a1c38

File tree

1 file changed

+1
-1
lines changed
  • RNGoogleMobileAdsExample/ios

1 file changed

+1
-1
lines changed

RNGoogleMobileAdsExample/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ target 'RNGoogleMobileAdsExample' do
4343
installer,
4444
config[:reactNativePath],
4545
:mac_catalyst_enabled => false,
46-
:ccache_enabled => true
46+
:ccache_enabled => false
4747
)
4848
end
4949
end

0 commit comments

Comments
 (0)