Skip to content

Commit c27df7b

Browse files
jpancottivonovak
andauthored
fix(ios): link MobileCoreServices to resolve undefined symbols error on build (#715)
* fix: link MobileCoreServices to resolve undefined symbols error on build * fix space --------- Co-authored-by: Vojtech Novak <vonovak@gmail.com>
1 parent 23ce0d2 commit c27df7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react-native-document-picker.podspec

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Pod::Spec.new do |s|
1818
s.source_files = "ios/**/*.{h,m,mm}"
1919

2020
s.dependency "React-Core"
21+
22+
s.frameworks = 'MobileCoreServices'
2123

2224
# This guard prevent to install the dependencies when we run `pod install` in the old architecture.
2325
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

0 commit comments

Comments
 (0)