enable ccache for dev builds on iOS (#9770)

This commit is contained in:
Samuel Newman
2026-01-27 18:46:05 +02:00
committed by GitHub
parent dd7bb1bc14
commit 69a765cc0d
+1
View File
@@ -241,6 +241,7 @@ module.exports = function (_config) {
ios: {
deploymentTarget: '15.1',
buildReactNativeFromSource: true,
ccacheEnabled: IS_DEV,
},
android: {
compileSdkVersion: 35,