Update react-native-xcode.sh to do not point users towards our issue … (#36837)

Summary:
Pointing users towards our issue tracker is not really effective as the underlying issue is a misconfiguration of their environment. I'm tweaking this error message.

## Changelog:

[INTERNAL] - Update react-native-xcode.sh to do not point users towards our issue …

Pull Request resolved: https://github.com/facebook/react-native/pull/36837

Test Plan: n/a just a string change

Reviewed By: cipolleschi

Differential Revision: D44748094

Pulled By: cortinico

fbshipit-source-id: 6d960268eb7324b86ff5e4d3d5ddf4bbe67c2349
This commit is contained in:
Nicola Corti
2023-04-06 07:37:13 -07:00
committed by Facebook GitHub Bot
parent 01100a2fc8
commit f874a7e7d3
@@ -187,6 +187,6 @@ else
fi
if [[ $DEV != true && ! -f "$BUNDLE_FILE" ]]; then
echo "error: File $BUNDLE_FILE does not exist. This must be a bug with React Native, please report it here: https://github.com/facebook/react-native/issues" >&2
echo "error: File $BUNDLE_FILE does not exist. Your environment is misconfigured as Metro was not able to produce the bundle so your release application won't work!" >&2
exit 2
fi