From 4fc2886e1f6e3dae0fda551d8f147c59bdb25971 Mon Sep 17 00:00:00 2001 From: Gustav Ahlberg Date: Wed, 4 Apr 2018 13:20:35 -0700 Subject: [PATCH] exclude React/Fabric/ from core Summary: Thank you for sending the PR! We appreciate you spending the time to work on these changes. Help us understand your motivation by explaining why you decided to make this change. React native does not build on iOS when using Podspec environment. I tried the solution proposed in https://github.com/facebook/react-native/issues/18683 and got it to build. Fixes https://github.com/facebook/react-native/issues/18683 [IOS] [BUGFIX] [React.podspec] - Exclude `React/Fabric/*` from Core subspec Closes https://github.com/facebook/react-native/pull/18688 Differential Revision: D7505267 Pulled By: hramos fbshipit-source-id: 8e7138ee966d08209a74193e418feaecceefb86a --- React.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/React.podspec b/React.podspec index 9d222499f38414..a9a4de5a523e3d 100644 --- a/React.podspec +++ b/React.podspec @@ -51,6 +51,7 @@ Pod::Spec.new do |s| "React/Inspector/*", "ReactCommon/yoga/*", "React/Cxx*/*", + "React/Fabric/*", ss.ios.exclude_files = "React/**/RCTTV*.*" ss.tvos.exclude_files = "React/Modules/RCTClipboard*", "React/Views/RCTDatePicker*",