mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
Jakub Sokołowski
6c7054b5b4
In some cases might result in failures due to empty shebang: ``` Command PhaseScriptExecution failed with a nonzero exit code ``` Because the script file looks like this: ``` \#! set -o errexit export NODE_BINARY="node" export NODE_ARGS=" --openssl-legacy-provider --max-old-space-size=16384 " bash -x ../node_modules/react-native/scripts/react-native-xcode.sh > ./react-native-xcode.log 2>&1 ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>