diff --git a/scripts/react-native-xcode.sh b/scripts/react-native-xcode.sh index 6809a613a39a34..b5f7544d3e8376 100755 --- a/scripts/react-native-xcode.sh +++ b/scripts/react-native-xcode.sh @@ -128,6 +128,10 @@ case "$PLATFORM_NAME" in ;; esac +if [ "${IS_MACCATALYST}" = "YES" ]; then + BUNDLE_PLATFORM="ios" +fi + EMIT_SOURCEMAP= if [[ ! -z "$SOURCEMAP_FILE" ]]; then EMIT_SOURCEMAP=true