React Native 0.62,OS Debian 10 Buster
I'm trying to run ios emulator for React Native project. For that I run 'pod install' within ios folder and caught error:
..../configure --host arm-apple-darwin...checking for arm-apple-darwin-gcc... -arch armv7 -isysroot checking whether the C compiler works... no/usr/bin/bash: line 24: xcrun: command not found/usr/bin/bash: line 24: xcrun: command not found/home/user/Library/Caches/CocoaPods/Pods/Release/Flipper-Glog/0.3.6-1dfd6/missing: Unknown `--is-lightweight' optionTry `/home/user/Library/Caches/CocoaPods/Pods/Release/Flipper-Glog/0.3.6-1dfd6/missing --help' for more informationconfigure: WARNING: 'missing' script is too old or missingconfigure: error: in `/home/user/Library/Caches/CocoaPods/Pods/Release/Flipper-Glog/0.3.6-1dfd6':configure: error: C compiler cannot create executablesSee `config.log' for more details
How fix it?