web-dev-qa-db-fra.com

configure: erreur: le compilateur C ne peut pas créer d'exécutable - React Native

J'ai essayé de construire mon projet natif de réaction mais j'ai eu une erreur 

React version native: .48.4

Xcode: 9.1

configure: WARNING: 'missing' script is too old or missing
checking for arm-Apple-darwin-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for arm-Apple-darwin-gcc... /opt/Xilinx/SDK/2017.1/gnu/arm/lin/bin/arm-xilinx-linux-gnueabi-gcc
checking whether the C compiler works... no
configure: error: in `/node_modules/react-native/third-party/glog-0.3.4':
configure: error: C compiler cannot create executables
See `config.log' for more details
7
Anju

Cela a résolu ce problème pour moi

rm -r ~/.rncache/
cd node_modules/react-native/third-party/glog-0.3.4/
./configure --Host arm-Apple-darwin
22
Suyog K.C
Sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/

Résolu le problème

7
Guy

J'ai eu le même problème,

les étapes ci-dessous ont fonctionné pour moi,

  • Redémarrez votre système
  • sous repo: cd node_modules/react-native/third-party/glog-0.3.4
  • ../../scripts/ios-configure-glog.sh
2
Nandam Mahesh