react-native run-ios报的错误
Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier
build/Build/Products/Debug-iphonesimulator/imoocApp.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
造成这个这个错误的原因是:版本问题。新版的react native比较新,npm包没有及时更新,所以才会造成这个错误。
最简单的解决方法:
创建项目时使用:react-native init 项目名 --version 0.44.3