File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/platform-ios/template/ios Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 179179 );
180180 runOnlyForDeploymentPostprocessing = 0;
181181 shellPath = /bin/sh;
182- shellScript = "bash -l -c \"${REACT_NATIVE_PATH}/scripts/xcode/with-environment.sh\" \"${ PROJECT_DIR}/react-native-xcode.sh\"\n";
182+ shellScript = "bash -l -c \"${PROJECT_DIR}/react-native-xcode.sh\"\n";
183183 };
184184 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
185185 isa = PBXShellScriptBuildPhase;
Original file line number Diff line number Diff line change 11set -e
22
3+ . " $REACT_NATIVE_PATH /scripts/xcode/with-environment.sh"
4+
35export CONFIG_CMD=" dummy-workaround-value"
46export CLI_PATH=" $( " $NODE_BINARY " --print " require('path').dirname(require.resolve('@rnef/cli/package.json')) + '/dist/src/bin.js'" ) "
57
You can’t perform that action at this time.
0 commit comments