【发布时间】:2020-05-23 03:46:57
【问题描述】:
您好,我使用 react-native 创建了一个项目,当我运行命令时
react-native run-ios
在终端中构建失败并出现以下错误:
**The following build commands failed:**
CompileC /var/root/Library/Developer/Xcode/DerivedData/albums-gnnqffkyfazehwcywcchxrdqkvpd/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-RCTText.build/Objects-normal/x86_64/RCTBaseTextInputView.o /ReactNative/albums/node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
【问题讨论】:
-
你之前有没有运行
pod install?
标签: ios react-native build-error