Skip to content

Commit

Permalink
Fixed issue with path containing spaces
Browse files Browse the repository at this point in the history
Summary:
If the project is in a folder with a path containing a space, the project won't build. This fixes this issue.
Closes #15608

Differential Revision: D5686861

Pulled By: shergin

fbshipit-source-id: 74ce5b4f0261c18070c1a48966aae24f1ca75492
  • Loading branch information
gabrielbull authored and facebook-github-bot committed Aug 23, 2017
1 parent 5590b1b commit 743dc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/react-native-xcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fi

BUNDLE_FILE="$DEST/main.jsbundle"

$NODE_BINARY $CLI_PATH bundle \
$NODE_BINARY "$CLI_PATH" bundle \
--entry-file "$ENTRY_FILE" \
--platform ios \
--dev $DEV \
Expand Down

0 comments on commit 743dc20

Please sign in to comment.