From dedf93c303a1e3c9d643efdf16970d70f845f80d Mon Sep 17 00:00:00 2001 From: Radek Czemerys <7029942+radko93@users.noreply.github.com> Date: Thu, 17 Sep 2020 14:15:56 +0200 Subject: [PATCH] fix: autolinking when using Xcode 12 --- RNCAsyncStorage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNCAsyncStorage.podspec b/RNCAsyncStorage.podspec index ec75873f..53f3bbbf 100644 --- a/RNCAsyncStorage.podspec +++ b/RNCAsyncStorage.podspec @@ -15,5 +15,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/react-native-community/react-native-async-storage.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m}" - s.dependency 'React' + s.dependency 'React-Core' end