react-native-documents / document-picker

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

'rndocumentpicker/rndocumentpicker.h' file not found #732

Closed dengcqw closed 2 months ago

dengcqw commented 2 months ago

build with React Native 0.75.1 shows error: 'rndocumentpicker/rndocumentpicker.h' file not found

chang podfile like below

if respond_to?(:install_modules_dependencies, true) install_modules_dependencies(s) else s.dependency "React-Core" s.dependency "React-Codegen" s.dependency "RCT-Folly" s.dependency "RCTRequired" s.dependency "RCTTypeSafety" s.dependency "ReactCommon/turbomodule/core" end

FurySwordXD commented 2 months ago

Issue Reproduced in RN 0.75.2 as well.