I upgraded to newest model of react native (0.74.2) and after that, i get this error after working pod set up
[!] An error occurred whereas processing the post-install hook of the Podfile.
undefined technique `path' for nil:NilClass
Right here is my post_install script
post_install do |installer|
react_native_post_install(
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false,
# :ccache_enabled => true
)
finish
To me every little thing appears effective. Additionally, my mission used to work even after this error, however from final some days (undecided how this occurred) construct fails with the error, RCTAppDelegate.h not discovered
and that i checked the trail the place it’s speculated to be (i.e, Pods/headers/React-Core) and the entire React-core listing is lacking, which clearly exhibits pod set up command is having points.
Additionally, pod set up isn’t producing Podfile.lock
.