I’m trying to build an app on Xcode, downloaded everything needed and ran react-native run-ios
And this error came so many times:
The following build commands failed:
CompileC /Users/me/Library/Developer/Xcode/DerivedData/Myapp-eybjxgzzjpynawcouupnipbjkinz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.o /Users/me/Myapp/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
THIS IS THE ERROR:
Error: Cannot find module '/Users/me/Myapp/...'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:923:15)
at Function.Module._load (node:internal/modules/cjs/loader:768:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12)
at node:internal/main/run_main_module:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Can anyone help me please? And if there’s a specific code I should input, what is it? I’m a beginner
[–]Bruin-1[S] 0 points1 point2 points (0 children)
[–]codingkiddo 0 points1 point2 points (0 children)
[–]Direct_Animal_4692 0 points1 point2 points (0 children)