From 7b9f8f40cc9148eb0b067252c1177d611caaa11c Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Mon, 16 Nov 2020 12:56:45 -0800 Subject: [PATCH] Change React Core dependency for Xcode 12 Per: https://github.com/facebook/react-native/issues/30018#issuecomment-716041423 --- RNAppleAuthentication.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNAppleAuthentication.podspec b/RNAppleAuthentication.podspec index aa1d714e8..948568c70 100644 --- a/RNAppleAuthentication.podspec +++ b/RNAppleAuthentication.podspec @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.social_media_url = 'http://twitter.com/invertaseio' s.ios.deployment_target = "9.0" s.source_files = 'ios/**/*.{h,m}' - s.dependency 'React-Core' + s.dependency 'React/Core' s.static_framework = true end