react-native启动报错-Print: Entry, ":CFBundleIdentifier", Does Not Exist

来源:互联网 发布:unity3d数学基础 编辑:程序博客网 时间:2024/05/16 06:08

安装的详细步骤参照RN中文网站: http://reactnative.cn/docs/0.45/getting-started.html#content


安装步骤都正常,就是启动的时候报Print: Entry, ":CFBundleIdentifier", Does Not Exist


找了好久,终于找到一个办法:

用--version参数创建指定版本的项目。

react-native init Demoapp --version 0.44.3 版本号必须精确到两个小数点


参考网址:http://www.jianshu.com/p/98c8f2a970eb

阅读全文
1 1