react-native 在新版Xcode(10+)中執行出現的問題: node_modules/react-native/third-party/glog-0.3.4 , C compiler cannot create executables

Peng_Peng發表於2018-10-06

報錯發生在

react-native : 0.55.4 (或存在於更低的版本)

 

報錯:

 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

 

 

 如果解決了你的問題請點個贊!

 

相關文章