美文网首页
React-Native踩坑1:react-native run

React-Native踩坑1:react-native run

作者: 莫离_焱 | 来源:发表于2017-08-10 16:34 被阅读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

    相关文章

      网友评论

          本文标题:React-Native踩坑1:react-native run

          本文链接:https://www.haomeiwen.com/subject/cvihrxtx.html