react-native-image-picker: [🐛] Build not working with RN Version > 0.72.0-rc.3
Description
The build is not working for any react native version greater than 0.72.0-rc.3
Include of non-modular header inside framework module ‘React.RCTRuntimeExecutorFromBridge’: ‘/Users/…/ios/Pods/Headers/Public/React-runtimeexecutor/ReactCommon/RuntimeExecutor.h’
Not sure if it is related to using use_frameworks! :linkage => :static in the Podfile, but it does work with RN 0.72.0-rc.3.
About this issue
- Original URL
- State: open
- Created a year ago
- Reactions: 19
- Comments: 17 (1 by maintainers)
Downgrade to 5.0.2 works for me
Same issue for me in version 0.72.1
Started having this problem after upgrading from RN 71.13 to 72.0. I was on 5.0.1 and that didn’t work. 5.6.1 also doesn’t work. Tried 5.0.2 after reading this thread and it is working.
works for me too, I’m using react 18.2.0 and RN 0.72.3.
Same issue for me in version 0.72.3
I can confirm issues with 0.72.3
Same issue here after adding
use_frameworks! :linkage => :staticin my Podfile@ivanignatiev It happens exactly the same. The only solution that has worked for me is to downgrade to version
5.0.2But that version does not support the new permissions of Android 13…Any update to make it work with
react-native-image-picker: 6.0.0or higher? I’m usingReact Native 0.72.5