Skip to content

Commit cc59a7c

Browse files
garethknowlesfacebook-github-bot
authored andcommitted
Fix: find-node.sh location in react-native-xcode.sh script (#32227)
Summary: Fix the `find-node.sh` call in `react-native-xcode.sh` script ## Related issue #32168 ## Changelog [iOS] [Fixed] - Fix for unable to find `find-node.sh` in `react-native-xcode.sh` script Pull Request resolved: #32227 Test Plan: • Run an Xcode build which uses the `scripts/react-native-xcode.sh` in the JS Bundle build phase. Reviewed By: TheSavior Differential Revision: D31022043 Pulled By: GijsWeterings fbshipit-source-id: 10aafd595c3a3a87c22f385ca4f61756f67e9b9d
1 parent 9b97c09 commit cc59a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/react-native-xcode.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fi
8181

8282
# Find path to Node
8383
# shellcheck source=/dev/null
84-
source "$RN_DIR/scripts/find-node.sh"
84+
source "$REACT_NATIVE_DIR/scripts/find-node.sh"
8585

8686
# check and assign NODE_BINARY env
8787
# shellcheck source=/dev/null

0 commit comments

Comments
 (0)