diff --git a/react-native-xcode.sh b/react-native-xcode.sh index b067ff96..07be8fe1 100755 --- a/react-native-xcode.sh +++ b/react-native-xcode.sh @@ -84,6 +84,6 @@ $NODE_BINARY "$REACT_NATIVE_DIR/local-cli/cli.js" bundle \ --entry-file "$ENTRY_FILE" \ --platform ios \ --dev $DEV \ - --reset-cache true \ + --reset-cache \ --bundle-output "$DEST/main.jsbundle" \ --assets-dest "$DEST"