From 4317f1d7fa11eb23dc9c84cd9b57693025767662 Mon Sep 17 00:00:00 2001 From: Harun Smrkovic Date: Tue, 22 Sep 2020 10:38:53 +0200 Subject: [PATCH] Fix React dependency to enable XCode 12 build --- react-native-app-auth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-app-auth.podspec b/react-native-app-auth.podspec index 41ef2f03..b2de8686 100644 --- a/react-native-app-auth.podspec +++ b/react-native-app-auth.podspec @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/FormidableLabs/react-native-app-auth.git', :tag => "v#{s.version}" } s.source_files = 'ios/**/*.{h,m}' s.requires_arc = true - s.dependency 'React' + s.dependency 'React-Core' s.dependency 'AppAuth', '1.4.0' end