enable ccache for dev builds on iOS (#9770)
This commit is contained in:
@@ -241,6 +241,7 @@ module.exports = function (_config) {
|
||||
ios: {
|
||||
deploymentTarget: '15.1',
|
||||
buildReactNativeFromSource: true,
|
||||
ccacheEnabled: IS_DEV,
|
||||
},
|
||||
android: {
|
||||
compileSdkVersion: 35,
|
||||
|
||||
Reference in New Issue
Block a user