Closed ghost closed 1 month ago
@gttesting007 I've just released a new version that treats how we deal with codegen files differently. Can you give it a try?
hey @johnf thank you for your response. I shall update the packages and try again. I will update this thread in the next 24Hrs
@gttesting007 I've just released a new version that treats how we deal with codegen files differently. Can you give it a try?
Hi @johnf Sorry for getting back so late. I have updated the app and its building now without any issues.
Thank you for your help
Environment
Lib Versions
Podfile
Description
We recently performed a react native upgrade to 0.73.6. Upon completing this upgrade we noticed that our icons were not displayed from
react-native-vector-icons
when building the android build via EAS. iOS worked perfectly on this point and we could build the app properly. To overcome the Android issues after trial and error we decided to use the new monorepo and it worked well. The icons were displayed after building with EAS. But now our iOS builds fail to build with the following errors `/node_modules/@react-native-vector-icons/common/ios/generated/RNVectorIconsSpec/EventEmitters.h:12:10: fatal error: 'react/renderer/components/view/ViewEventEmitter.h' file not foundinclude <react/renderer/components/view/ViewEventEmitter.h>
and
/node_modules/@react-native-vector-icons/common/ios/generated/RNVectorIconsSpecJSI.h:12:10: fatal error: 'ReactCommon/TurboModule.h' file not foundinclude <ReactCommon/TurboModule.h>`
We have removed node_modules/Pods/Podfile.lock and installed everything again. Also tried the bundle installer bundle install and bundle exec pod install as instructed here but we weren't successful. Any help is gratefully appreciated