From db9994adeb11c225f1bab782db404153cd2b3d59 Mon Sep 17 00:00:00 2001 From: Rodrigo Martin Date: Thu, 1 Oct 2020 15:07:06 +0200 Subject: [PATCH] fix: Fix Xcode 12 compatibility Reference: facebook/react-native#29633 --- RNWifi.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RNWifi.podspec b/RNWifi.podspec index 3918c5e..f121965 100644 --- a/RNWifi.podspec +++ b/RNWifi.podspec @@ -19,8 +19,8 @@ Pod::Spec.new do |s| s.source_files = 'ios/**/*.{h,m}' s.exclude_files = 'android/**/*' - s.dependency "React" + s.dependency "React-Core" #s.dependency "others" end - \ No newline at end of file +