'React/RCTAppSetupUtils.h' file not found when integrating React Native with existing project

Viewed 611

i got this problem when run app: /AppDelegate.mm:7:9: fatal error: 'React/RCTAppSetupUtils.h' file not found

here is appDelegate.mm pastebin link

when i run npm doctor is show everything ok:

Check                               Value  Recommendation/Notes
npm ping                            ok
npm -v                              ok     current: v8.6.0, latest: v8.6.0
node -v                             ok     current: v17.9.0, recommended: v17.9.0
npm config get registry             ok     using default registry (https://registry.npmjs.org/)
which git                           ok     /usr/bin/git
Perms check on cached files         ok
Perms check on local node_modules   ok
Perms check on global node_modules  ok
Perms check on local bin folder     ok
Perms check on global bin folder    ok
Verify cache contents               ok     verified 1913 tarballs

PLease help my problem

0 Answers
Related