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