14 lines
654 B
Diff
14 lines
654 B
Diff
|
# to fix https://github.com/status-im/status-mobile/issues/18548
|
||
|
|
||
|
--- ./node_modules/react-native/scripts/react_native_pods_utils/script_phases.sh
|
||
|
+++ ./node_modules/react-native/scripts/react_native_pods_utils/script_phases-patched.sh
|
||
|
@@ -104,7 +104,7 @@
|
||
|
mkdir -p "$RCT_SCRIPT_OUTPUT_DIR"
|
||
|
|
||
|
# Copy all output to output_dir
|
||
|
- cp -R -X "$TEMP_OUTPUT_DIR/." "$RCT_SCRIPT_OUTPUT_DIR" || exit 1
|
||
|
+ cp -R "$TEMP_OUTPUT_DIR/." "$RCT_SCRIPT_OUTPUT_DIR" || exit 1
|
||
|
echo "$LIBRARY_NAME output has been written to $RCT_SCRIPT_OUTPUT_DIR:" >> "${SCRIPT_OUTPUT_FILE_0}" 2>&1
|
||
|
ls -1 "$RCT_SCRIPT_OUTPUT_DIR" >> "${SCRIPT_OUTPUT_FILE_0}" 2>&1
|
||
|
}
|