Monday, June 17, 2024
HomeiOS Developmentpost_install giving error after working pod set up, react native, iOS

post_install giving error after working pod set up, react native, iOS


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.



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments