From 08b709967f92b5eba28d63ec287e4754b1fbb632 Mon Sep 17 00:00:00 2001 From: Radek Czemerys <7029942+radko93@users.noreply.github.com> Date: Tue, 29 Sep 2020 19:18:15 +0200 Subject: [PATCH] fix(ios): Xcode 12 compatibility (#1643) * fix: add React-Core to podspec for Xcode 12 compatibility https://github.com/facebook/react-native/issues/29633 * chore: remove React dependency --- react-native-webview.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-webview.podspec b/react-native-webview.podspec index d0308a1..82538c4 100644 --- a/react-native-webview.podspec +++ b/react-native-webview.podspec @@ -15,5 +15,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" } s.source_files = "apple/**/*.{h,m}" - s.dependency 'React' + s.dependency 'React-Core' end