We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ce0d2 commit c27df7bCopy full SHA for c27df7b
react-native-document-picker.podspec
@@ -18,6 +18,8 @@ Pod::Spec.new do |s|
18
s.source_files = "ios/**/*.{h,m,mm}"
19
20
s.dependency "React-Core"
21
+
22
+ s.frameworks = 'MobileCoreServices'
23
24
# This guard prevent to install the dependencies when we run `pod install` in the old architecture.
25
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
0 commit comments