react-native-documents / document-picker

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

ios ld: library not found for -lreact-native-document-picker #497

Closed kamiomar closed 2 years ago

kamiomar commented 2 years ago

Hi..

I am getting following error when build project in xcode. ld: warning: directory not found for option '-L/Users/kamiomar/Library/Developer/Xcode/DerivedData/weeclik-hchnusrorapmgsenjjqlpbmdzytb/Build/Products/Debug-iphoneos/react-native-document-picker' ld: library not found for -lreact-native-document-picker clang: error: linker command failed with exit code 1 (use -v to see invocation)

the code working fine in simulator but when i prepare build for ios getting the above mention error.

ChawkiOS commented 2 years ago

@kamiomar the solution is here