【发布时间】:2016-10-30 14:45:37
【问题描述】:
我刚刚尝试为 React-Native 构建示例项目,但出现以下错误:
The following build commands failed:
Libtool /Users/computerName/project/react-native/AwesomeProject/ios/build/Build/Products/Debug-iphonesimulator/libRCTSettings.a normal x86_64
Libtool /Users/computerName/project/react-native/AwesomeProject/ios/build/Build/Products/Debug-iphonesimulator/libRCTVibration.a normal x86_64
Libtool /Users/computerName/project/react-native/AwesomeProject/ios/build/Build/Products/Debug-iphonesimulator/libRCTLinking.a normal x86_64
(3 failures)
Installing build/Build/Products/Debug-iphonesimulator/AwesomeProject.app
No devices are booted.
Print: Entry, ":CFBundleIdentifier", Does Not Exist
Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/AwesomeProject.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
我已尝试删除 node_modules 并重新安装。
我正在运行以下 react 和 react-native-versions
"react": "15.3.2",
"react-native": "0.36.0"
我还杀死了在localhost:8081上运行的所有进程
编辑:我通过下载旧的 ios 8.1 模拟器并在 Xcode 中手动设置它来工作:
【问题讨论】:
标签: ios xcode react-native