From 011589624880b2ed26a9777b3117630b98a19509 Mon Sep 17 00:00:00 2001 From: Ivan Sorokin Date: Thu, 1 Oct 2020 20:29:30 +0200 Subject: [PATCH] fix: autolinking when using Xcode 12 --- react-native-fast-crypto.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-fast-crypto.podspec b/react-native-fast-crypto.podspec index 05268de..72c32d8 100644 --- a/react-native-fast-crypto.podspec +++ b/react-native-fast-crypto.podspec @@ -27,5 +27,5 @@ Pod::Spec.new do |s| "ios/Libraries/libssl.a", "ios/Libraries/libz.a" - s.dependency "React" + s.dependency "React-Core" end