From 0cae779edb50dc606b503815ccce6991229118cc Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Thu, 22 Feb 2024 15:40:02 +0100 Subject: [PATCH] fix: build issues --- react-native-keyboard-controller.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-keyboard-controller.podspec b/react-native-keyboard-controller.podspec index f66c1aa9ae..5c452892f5 100644 --- a/react-native-keyboard-controller.podspec +++ b/react-native-keyboard-controller.podspec @@ -16,6 +16,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/kirillzyusko/react-native-keyboard-controller.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm,swift}" + s.exclude_files = "ios/Tests/**" s.public_header_files = "ios/**/*.h" s.dependency "React-Core"