From f4d9961778d8c3302691dd6f7c1cc74a3708acc4 Mon Sep 17 00:00:00 2001 From: Stuart Gray Date: Tue, 22 Dec 2020 13:52:10 +0000 Subject: [PATCH] Fix ios build for xcode 12 + use_frameworks! --- RNCAsyncStorage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNCAsyncStorage.podspec b/RNCAsyncStorage.podspec index a7e14a45..5d74402a 100644 --- a/RNCAsyncStorage.podspec +++ b/RNCAsyncStorage.podspec @@ -15,5 +15,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/react-native-async-storage/async-storage.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m}" - s.dependency 'React' + s.dependency 'React-Core' end