Exit iOS RN parent script when failing

This commit is contained in:
Oskar Thorén 2017-09-08 15:06:15 +02:00 committed by Roman Volosovskyi
parent ad7c6b8542
commit 949adbddb3
1 changed files with 1 additions and 1 deletions

View File

@ -1720,7 +1720,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=\"node --max-old-space-size=4096\" \n../node_modules/react-native/packager/react-native-xcode.sh";
shellScript = "set -o errexit\nexport NODE_BINARY=\"node --max-old-space-size=4096\"\n../node_modules/react-native/packager/react-native-xcode.sh";
};
1986C962445001A2631E6AB0 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;