From 2e2cd302f105d19b39cbf7eec0ca83ec80541a5c Mon Sep 17 00:00:00 2001 From: Ruslan Latypov Date: Sun, 4 Dec 2022 13:30:16 -0800 Subject: [PATCH] fix missing imports and set disable_infer_precompiled_header] Reviewed By: adamjernst Differential Revision: D41704378 fbshipit-source-id: 92bcbc8710e75e6eccfb252986ebd7b5f8645ba6 --- BUCK | 1 + Libraries/RCTRequired/BUCK | 1 + 2 files changed, 2 insertions(+) diff --git a/BUCK b/BUCK index fb88d3de50e..f798fb50226 100644 --- a/BUCK +++ b/BUCK @@ -592,6 +592,7 @@ rn_apple_library( autoglob = False, complete_nullability = True, contacts = ["oncall+react_native@xmail.facebook.com"], + disable_infer_precompiled_header = True, extension_api_only = True, frameworks = [ "Foundation", diff --git a/Libraries/RCTRequired/BUCK b/Libraries/RCTRequired/BUCK index ddfbbef98c7..8e01b7215a5 100644 --- a/Libraries/RCTRequired/BUCK +++ b/Libraries/RCTRequired/BUCK @@ -8,6 +8,7 @@ rn_apple_library( autoglob = False, complete_nullability = True, contacts = ["oncall+react_native@xmail.facebook.com"], + disable_infer_precompiled_header = True, extension_api_only = True, frameworks = ["Foundation"], labels = [