我一直在尝试使用 vanilla react native 启动我自己的 react native 项目。
但是,在运行 npx react-native run-ios
后,我收到了以下错误。
(我使用 node v14.15.5
和 npm 7.5.6
)
** BUILD FAILED **
The following build commands failed:
CompileC /Users/.../Xcode/DerivedData/sandbox_pure_rn-
gcchqplscwheojdemohnawbblcts/Build/Intermediates.noindex/Pods.build/Debug-
iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.o
/Users/.../ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp normal x86_64 c++
com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
我不明白为什么启动代码会抛出错误。 任何建议表示赞赏。