Skip to content

Commit

Permalink
test: disable ccache to prevent ccache not found crash on example app
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Jan 23, 2025
1 parent 91f4755 commit 56a1c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNGoogleMobileAdsExample/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ target 'RNGoogleMobileAdsExample' do
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false,
:ccache_enabled => true
:ccache_enabled => false
)
end
end

0 comments on commit 56a1c38

Please sign in to comment.