From 19648618717cb13f062289ae4f158d64d3c2e1fd Mon Sep 17 00:00:00 2001 From: Andrew M Date: Thu, 1 Jul 2021 00:54:10 +0300 Subject: [PATCH] fix: Xcode 12 compatibility --- react-native-image-editor.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-image-editor.podspec b/react-native-image-editor.podspec index 3175c5e..9314f98 100644 --- a/react-native-image-editor.podspec +++ b/react-native-image-editor.podspec @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/react-native-community/react-native-image-editor.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m}" - s.dependency 'React' + s.dependency 'React-Core' s.dependency 'React-RCTImage' end