Skip to content

Commit 7a21c77

Browse files
Fix react_native_pods script
1 parent 1cb704e commit 7a21c77

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/react-native/scripts/react_native_pods.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def use_react_native! (
8080
flipper_configuration: FlipperConfiguration.disabled,
8181
app_path: '..',
8282
config_file_dir: '',
83-
ios_folder: 'ios'
83+
ios_folder: 'ios',
8484
privacy_file_aggregation_enabled: true
8585
)
8686

@@ -313,7 +313,6 @@ def react_native_post_install(
313313
ReactNativePodsUtils.apply_xcode_15_patch(installer)
314314
ReactNativePodsUtils.updateOSDeploymentTarget(installer)
315315
ReactNativePodsUtils.fix_flipper_for_xcode_15_3(installer)
316-
ReactNativePodsUtils.add_privacy_manifest_if_needed(installer)
317316

318317
if privacy_file_aggregation_enabled
319318
PrivacyManifestUtils.add_aggregated_privacy_manifest(installer)

0 commit comments

Comments
 (0)