React native采坑路 Running 1 of 1 custom shell scripts

时间:2021-05-29 19:42:10

1. Running 1 of 1 custom shell scripts 卡住的问题。

分析:

四个文件没有下载完成。

boost_1_63_0.tar.gz

folly-2016.09.26.00.tar.gz

double-conversion-1.1.5.tar.gz

glog-0.3.4.tar.gz

1.下载文件 ---->这里有解决方案:

http://bbs.reactnative.cn/topic/4301/ios-rn-0-45%E4%BB%A5%E4%B8%8A%E7%89%88%E6%9C%AC%E6%89%80%E9%9C%80%E7%9A%84%E7%AC%AC%E4%B8%89%E6%96%B9%E7%BC%96%E8%AF%91%E5%BA%93-boost%E7%AD%89

千万不要从他百度网盘里下 有可能你安装默认的版本和他的百度网盘版本不一致..

打开这个链接

https://github.com/facebook/react-native/blob/master/scripts/ios-install-third-party.sh

最下面按照git地址进行下载 ... 因为当Xcode进行编译项目的时候会校验下载文件的 hash值 。

React native采坑路  Running 1 of 1 custom shell scripts

根据自己的版本进行选择,要不然启动的时候会报hash值错误
React native采坑路  Running 1 of 1 custom shell scripts

2.下载完成之后将文件放入:

/Users/你的用户名/.rncache
一切OK

2. React Native Navigation 不能用 报RCCManager 未找到的原因

1.目前采了一个坑 版本的不对应....官方明确说明大于RN版本 需要大于0.51 目前最新版本0.55不能用换成 0.51可用

make sure you are using react-native version >= 0.51. We also recommend using npm version >= 3

3.Could not install the app on the device,

Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/getting-started.html

解决方法:

chmod -R 755 android/gradlew