React-Native踩坑1:react-native run

2017-08-10  本文已影响16人  莫离_焱

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

上一篇下一篇

猜你喜欢

热点阅读