美文网首页
React Native 遇到的错误及修改方法

React Native 遇到的错误及修改方法

作者: 六月的叶子vip | 来源:发表于2018-01-21 23:22 被阅读22次

1.Print: Entry, ":CFBundleIdentifier", Does Not Exist /Users/blaze/Desktop/prasa/node_modules/promise/lib/done.js:10 throw err; ^

Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/prasa.app/Info.plist Print: Entry, ":CFBundleIdentifier", Does Not Exist

解决方法

1) delete ios/build directory 

2) reset content and settings in iOS simulator

2.Failed to load bundle

解决方法

设置 127.0.0.1 localhost

相关文章

网友评论

      本文标题:React Native 遇到的错误及修改方法

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