【发布时间】:2021-04-30 18:18:41
【问题描述】:
我运行以下命令来创建一个项目
react-native init test
cd iOS
pod install
稍后从项目主目录
react-native run-ios
我收到以下错误
** BUILD FAILED **
The following build commands failed:
CompileC /Users/sp/Library/Developer/Xcode/DerivedData/test-ausxdgmizfvufjajqpwlgewxxhww/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/Objects-normal/x86_64/DistributedMutex.o /Users/sp/Documents/GitHub/Self/test/ios/Pods/Flipper-Folly/folly/synchronization/DistributedMutex.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
需要帮助解决这个问题。
【问题讨论】:
标签: react-native apple-m1