884470
这个问题网上搜遍了,依旧没有找到解决办法,非常困恼,现在向论坛求助; 现在说明下我的环境 nodejs:8.10.0 mac:10.13.3 (17D102) react-native-cli: 2.0.1 react-native: 0.54.2 npm:5.6.0 yarn:1.5.1
问题: 使用react-native init Uber 创建好项目,进入项目cd Uber 运行 react-native run-ios,
报错:
Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/Uber.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
看了很多贴子,说新版本RN 需要安装对应Boost等文件。
~/.rncache 目录下也把这几个文件下载了。
但是依旧还是报这个错误。