I am developing ios app using react native.When I run pod install
, the installation stops with the following error.
Installing GoogleMaps (8.4.0)[!] Error installing GoogleMaps[!] /usr/bin/curl -f -L -o /var/folders/_s/b2y1_v7j23j5666ynpqqczd00000gn/T/d20241019-13159-23rzjl/file.tgz https://dl.google.com/dl/cpdc/bad57bdf1f06c544/GoogleMaps-8.4.0.tar.gz --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.15.2 cocoapods-downloader/2.1'% Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed0 1449 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0curl: (56) The requested URL returned error: 404
I think installing GoogleMaps because of react-native-maps package.
My react native version is 0.67.4react version is 17.0.2node version is 20.17.0xcode version is 16.0