React-native third-party/double-conversion-1.1.5/src/double-conversion.cc fixed

399 阅读1分钟

第一步:确定将需要的依赖库放到了 .rncache 目录,如果这一步没有操作,按照下面的链接操作一下 blog.csdn.net/SummerCloud…

第二步:确定已经执行过npm i 或 yarn ,然后执行

cd node_modules/react-native && ./scripts/ios-install-third-party.sh && cd ../../

有可能接下来你会遇到 React Native 'config.h' file not found

cd node_modules/react-native/third-party/glog-0.3.4 && ../../scripts/ios-configure-glog.sh && cd ../../../../