fix(ios/xcode): increase node heap space for the bundle JS step

This commit is contained in:
paweldomas 2019-08-20 12:39:23 -05:00 committed by Saúl Ibarra Corretgé
parent c113b2e765
commit 14b747e0a4
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh\n";
shellScript = "export NODE_BINARY=node\nexport NODE_ARGS=\"--max_old_space_size=4096\"\n../../node_modules/react-native/scripts/react-native-xcode.sh\n";
};
26796D8589142D80C8AFDA51 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;