react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.33k stars 434 forks source link

fix: link MobileCoreServices to resolve undefined symbols error on build #715

Closed jpancotti closed 2 months ago

jpancotti commented 2 months ago

This PR fixes a build error related to undefined symbols from MobileCoreServices by linking the MobileCoreServices framework in the podspec

This PR solves issue #713 and issue #685

vonovak commented 2 months ago

TY! :))