react-native 在新版Xcode(10+)中运行出现的问题: node_modules/react-native/third-party/glog-0.3.4 , C compil

Posted pengkun06gmail

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native 在新版Xcode(10+)中运行出现的问题: node_modules/react-native/third-party/glog-0.3.4 , C compil相关的知识,希望对你有一定的参考价值。

报错:

 1 ~~~~/node_modules/react-native/third-party/glog-0.3.4‘:
 2  C compiler cannot create executables
 3 
 4 
 5 Command PhaseScriptExecution emitted errors but did not return a nonzero exit code to indicate failure
 6 
 7 
 8 
 9 :-1: Build input file cannot be found: ‘/Users/~~~~/node_modules/react-native/third-party/double-conversion-1.1.5/src/strtod.cc‘
10 
11 
12 :-1: Build input file cannot be found: ‘/Users/~~~~/node_modules/react-native/third-party/double-conversion-1.1.5/src/fixed-dtoa.cc‘
13 
14 
15 :-1: Build input file cannot be found: ‘/Users/~~~~/node_modules/react-native/third-party/double-conversion-1.1.5/src/fast-dtoa.cc‘

 

github 问题地址  https://github.com/facebook/react-native/issues/19774

 

如果是因为下载了新的插件或者迁移项目导致构建出现这种问题在项目根目录下运行:

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

https://github.com/facebook/react-native/issues/19774#issuecomment-397910801

 

以上是关于react-native 在新版Xcode(10+)中运行出现的问题: node_modules/react-native/third-party/glog-0.3.4 , C compil的主要内容,如果未能解决你的问题,请参考以下文章

react-native xcode 10.1“config.h”文件未找到

react-native AwesomeProject 的 Xcode 构建失败

新版React-Native使用Iconfont教程

react-native 怎么画线

iOS 14 升级中未加载 react-native 图像

新版本的 Xcode 破坏了音频播放代码