Pod install -> error: C компилятор не может создавать исполняемые файлы - PullRequest
0 голосов
/ 16 февраля 2020

Я пытаюсь создать базовое c реагирующее нативное приложение с реактивом-native-firebase (https://rnfirebase.io/docs/v5.x.x/installation/basic-kit), но на третьем шаге выполняется «установка pod» внутри IOS папка У меня возникла эта проблема:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-apple-darwin-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for arm-apple-darwin-gcc...  -arch armv7 -isysroot 
checking whether the C compiler works... no
/bin/bash: line 24: xcrun: command not found
/bin/bash: line 24: xcrun: command not found
/home/mistermboy/Library/Caches/CocoaPods/Pods/External/glog/2263bd123499e5b93b5efe24871be317-1f3da/missing: Unknown `--is-lightweight' option
Try `/home/mistermboy/Library/Caches/CocoaPods/Pods/External/glog/2263bd123499e5b93b5efe24871be317-1f3da/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
configure: error: in `/home/mistermboy/Library/Caches/CocoaPods/Pods/External/glog/2263bd123499e5b93b5efe24871be317-1f3da':
configure: error: C compiler cannot create executables
See `config.log' for more details
  • Идентификатор распространителя: Ubuntu
  • Описание: Ubuntu 18.04.4
  • LTS Выпуск: 18.04
  • Кодовое имя: bioni c x86_64
  • NPM Версия: 6.13.4
  • Версия узла: v12.14.1
  • Версия Pod: 1.8.4
...