You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is document-picker problem or React Native's but I'll just post here for some help
I'm trying to upgrade RN to 0.77.0 (previously we are not using the new arch), and Xcode throws this error at me: 'rndocumentpicker/rndocumentpicker.h' file not found
I think this file is generated by ReactCodeGen, and I checked and found that I do have this file at path: ios/build/generated/ios/rndocumentpicker/rndocumentpicker.h ; however I checked the compile command for RNDocumentPicker.mm and realized I don't have any search path pointing to the directory containing generated files by ReactCodeGen.
I wonder if I need some extra setup for ReactCodeGen with RN's new arch or something goes wrong. Need some help here, thanks!
The text was updated successfully, but these errors were encountered:
👋 @PRESIDENT810, sorry you're having an issue. This issue is being closed because it does not provide all information required by the issue template. As the issue template explains, we require that you provide a runnable example that reproduces your issue and your environment information. This means you need to provide a code snippet that we can copy-paste into an empty project and see the error ourselves, or provide a git repository with the issue.
The reason is that maintainers do not have time to try reproduce bugs themselves. Please try to minimize the superfluous code and focus only on reproducing the bug.
Please create a new issue with this and we'll be happy to review it!
Not sure if this is document-picker problem or React Native's but I'll just post here for some help
I'm trying to upgrade RN to 0.77.0 (previously we are not using the new arch), and Xcode throws this error at me:
'rndocumentpicker/rndocumentpicker.h' file not found
I think this file is generated by ReactCodeGen, and I checked and found that I do have this file at path:
ios/build/generated/ios/rndocumentpicker/rndocumentpicker.h
; however I checked the compile command forRNDocumentPicker.mm
and realized I don't have any search path pointing to the directory containing generated files by ReactCodeGen.I wonder if I need some extra setup for ReactCodeGen with RN's new arch or something goes wrong. Need some help here, thanks!
The text was updated successfully, but these errors were encountered: