diff --git a/scripts/react-native-xcode.sh b/scripts/react-native-xcode.sh index 2aee5a4d82522d..04a309f38bdf92 100755 --- a/scripts/react-native-xcode.sh +++ b/scripts/react-native-xcode.sh @@ -105,7 +105,7 @@ fi BUNDLE_FILE="$DEST/main.jsbundle" -$NODE_BINARY $CLI_PATH $BUNDLE_COMMAND \ +$NODE_BINARY "$CLI_PATH" $BUNDLE_COMMAND \ $CONFIG_ARG \ --entry-file "$ENTRY_FILE" \ --platform ios \