Skip to content

Commit f507fd1

Browse files
haydenthBartol Karuza
authored andcommitted
reset-cache flag no longer needs boolean
Summary: When compiling 0.31-rc1 was having issues with xcode running the package script and failing (ie not running and returning the --help info) Was due to this - simply changing the flag to --reset-cache instead of --reset-cache true worked miracles. **Test plan (required)** Ran packager without and runs but doesn't build the package, runs with small change and works now. Can copy paste output if you want but it's pretty super verbose for this small change. Closes react#9177 Differential Revision: D3661831 fbshipit-source-id: 3cebc543806b8fe3e413f83c59c9fb74e5e078f4
1 parent 5c93c62 commit f507fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packager/react-native-xcode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ $NODE_BINARY "$REACT_NATIVE_DIR/local-cli/cli.js" bundle \
8484
--entry-file "$ENTRY_FILE" \
8585
--platform ios \
8686
--dev $DEV \
87-
--reset-cache true \
87+
--reset-cache \
8888
--bundle-output "$DEST/main.jsbundle" \
8989
--assets-dest "$DEST"

0 commit comments

Comments
 (0)