From 75ac1d686f94eaca95265b59f1aa1d25d7056748 Mon Sep 17 00:00:00 2001 From: Daniel <43367818+tokkozhin@users.noreply.github.com> Date: Thu, 25 Feb 2021 14:43:58 +0600 Subject: [PATCH] fix: Xcode 12 compatibility facebook/react-native#29633 (comment) --- ReactNativeART.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactNativeART.podspec b/ReactNativeART.podspec index 9ab4b45..a0fb152 100644 --- a/ReactNativeART.podspec +++ b/ReactNativeART.podspec @@ -20,5 +20,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/react-native-community/art.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m}" - s.dependency "React" + s.dependency 'React-Core' end