Skip to content

Commit

Permalink
fix(ios): link MobileCoreServices to resolve undefined symbols error …
Browse files Browse the repository at this point in the history
…on build (#715)

* fix: link MobileCoreServices to resolve undefined symbols error on build

* fix space

---------

Co-authored-by: Vojtech Novak <[email protected]>
  • Loading branch information
jpancotti and vonovak authored Apr 16, 2024
1 parent 23ce0d2 commit c27df7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react-native-document-picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm}"

s.dependency "React-Core"

s.frameworks = 'MobileCoreServices'

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

0 comments on commit c27df7b

Please sign in to comment.